How to configure email with alfresco

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 12:26 AM
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.
I want to configure email with Alfresco which is installed on ubuntu system.
Can anybody help me on configuring the same?
Thanks in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2014 02:19 AM
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
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
