cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure email with alfresco

yogesh123
Champ in-the-making
Champ in-the-making
Hi All,

I want to configure email with Alfresco which is installed on ubuntu system.
Can anybody help me on configuring the same?

Thanks in advance.

1 REPLY 1

csyeow
Champ in-the-making
Champ in-the-making
hi ..

ensure that ubuntu system email server is working ,

then on alfresco you need configure as below :

vi /opt/alfresco-x.x.x/tomcat/shared/classes/alfresco-global.properties

mail.host=email server ip ( postfix server )
mail.port=25
mail.username=xxx@example.com
mail.password=xxxxxx
mail.protocol=smtp

##only use below setting if mail.protocol=smtps
mail.smtps.starttls.enable=true
mail.smtps.auth=true

you may refer to https://wiki.alfresco.com/wiki/Outbound_E-mail_Configuration

hope this help you.

pls mark as solve to close the article if above step solve your issue.
tq