cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound email configuration for registration add-on

chrisapos3
Champ in-the-making
Champ in-the-making
Hello everyone,

I have added a registration form to the login page of my project but to make it work i need to configure my Outbound email as I informed. I'm not very experienced about that so i searched for help. I have read some guides but seems like it didn't really work. Any help?
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
When you say it didn't seem like it worked, what do you mean? What error messages are you seeing? What steps have you followed so far?

Jeff

chrisapos3
Champ in-the-making
Champ in-the-making
I have attached a printscreen of the error that i m getting when i try to register a user.
I'm running this site in local computer (i don't know if that matters or not)
This is the part that i have added to alfresco-global file.

#### E-mail site invitation setting ###
notification.email.siteinvite=true
#### Email settings ###
mail.host=smtp.gmail.com
mail.port=465
mail.username=chrisapos3@gmail.com
mail.password=@@@@
mail.protocol=smtps
mail.smtps.starttls.enable=true
mail.smtps.auth=true
#
mail.testmessage.send=true
mail.testmessage.to=mhd.xatz@gmail.com
mail.testmessage.subject=Outbound SMTP
mail.testmessage.text=The Alfresco Outbound SMTP email subsystem is working.

jpotts
World-Class Innovator
World-Class Innovator
Look in your $TOMCAT_HOME/logs/catalina.out for more details about why there is an error.

Also, because you are using gmail, you may want to set mail.from.default with a default from address (like do_not_reply@your.server.name.com) and mail.from.enabled=false to force Alfresco to send the mail as the default address. I have seen Google reject or quarantine email sent from Alfresco when it is sent using the user's email because it won't match the actual sender.

Jeff