How to Configure email

cancel
Showing results for 
Search instead for 
Did you mean: 
anuradha1
Active Member II

How to Configure email

hello everyone,

I configured mail like below,

mail.host=mail@pucsl.gov.lk
mail.port=25
#mail.username=anonymous               (commented)
#mail.password=                                   (commented)
#mail.encoding=UTF-8                          (commented)
mail.from.default=alfresco@alfresco.org
mail.smtp.auth=true

As an Admin I started work flow and I Assigned someone with tick the email Notification.But He Didn't Received the mail.Let me tell the Issue.

Thank You.

1 Reply
rohit9637
Established Member

Re: How to Configure email

# Sample Gmail settings

 

mail.host=smtp.gmail.com

mail.port=465

mail.username=user@gmail.com

mail.password=password

mail.protocol=smtps

mail.smtps.starttls.enable=true

mail.smtps.auth=true

For More info visit the following link

http://docs.alfresco.com/5.2/concepts/email-outboundsmtp-props.html