How to Send Email in Alfresco

To send email in Alfresco, please follow these steps:

1. Open alfresco-global.properties, which can be found in (Alfresco\tomcat\shared\classes)

2. Enter these lines at the end of the page:

### SMTP Email Settings ###

mail.host=smtp.gmail.com
mail.port=465
mail.protocol=smtps
mail.username=**********@gmail.com
mail.password= ********
mail.encoding=UTF-8
mail.from.default=*********
mail.smtps.starttls.enable=true
mail.smtps.auth=true

(Replace the stars with your email and password)

3. Search for this line in the page: 'notification.email.siteinvite'
change its value to 'true'.



Done !!

You are ready to send notifications email.

0 comments:

Post a Comment