cancel
Showing results for 
Search instead for 
Did you mean: 

Email Problem

loai90
Champ in-the-making
Champ in-the-making
Hi all

i am tring to configure the email address with online email hosting

is it possible ?

can someone redirect me to a topic which can help me to configure it well


best regards to all of you
1 REPLY 1

hsahmed
Champ in-the-making
Champ in-the-making
Do you need inbound or outbound email? A little more detail would be helpful. If you're just looking at configuring outgoing emails (sending invites etc.) then edit the file

$ALFRESCO_ROOT/tomcat/shared/classes/alfresco-global.properties

and add the following to the end (example below is for GMail, adjust the parameters for your provider)

mail.host=smtp.gmail.com
mail.port=465
mail.username=YOURUSERNAME@gmail.com
mail.password=YOURPASSWORD
mail.protocol=smtps
mail.smtps.starttls.enable=true
mail.smtps.auth=true
mail.from.default=YOURUSERNAME@gmail.com
mail.smtp.debug=true
mail.from.enabled=false