cancel
Showing results for 
Search instead for 
Did you mean: 

Email Help. External Email Addresses not receiving Invites

mattyc
Champ in-the-making
Champ in-the-making
Hello!

I am having a problem sending invites to users that were created in alfresco and have external email addresses.  Internal users receive emails just fine even if they are created in alfresco and not sync'd over from AD.  We have relaying set up on the smtp mail server as well.  Any ideas?

ERROR [org.alfresco.repo.action.executer.MailActionExecuter] Failed to send email to whoever@wherever.net
org.springframework.mail.MailSendException; nested exception details (1) are:
Failed message 1:
javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay
2 REPLIES 2

invictus9
Champ in-the-making
Champ in-the-making
How do you have your mail server configured? How do you have your Alfresco server configured to connect to the mail server?

Normally, the mail client (user agent, such as Thunderbird or Outlook) is responsible for finding the host and, perhaps, validating email addresses. Some user agents depend on the SMTP server itself to do the forwarding. If you SMTP server will not accept mail for forwarding, likely because of security rules, then you would see this behavior.

mattyc
Champ in-the-making
Champ in-the-making
Thanks for the response.  I am checking to make sure everything is set up fine with relaying via SMTP… as far as alfresco is considered I have the following in alfresco-global.properties:

Also,  does authentication more then likely have to be set up on relaying in order for it to work as external to external?


mail.host=x.x.x.x
mail.port=25
mail.username=domain\user
mail.password=pword
mail.encoding=UTF-8
mail.from.default=user@domain.com
mail.smtp.auth=true
mail.smtp.timeout=30000