I have a fresh install of Alfresco 5.0.a Community edition running on a Windows Server 2012 R2 64 bit server. The install works, but we cannot get an email invite to go through on the very first site we create. I know the Exchange server and relay host are configured correctly, because they relay mail fine from our other 4.2.e Community server.
So, I noticed that *NO* $Alfresco_Home\Tomcat\webapps\alfresco\WEB-INF\classes\alfresco\subsystems\email directory was created as part of the install, as was the case in 4.2.e Community. Should it have been?
My Outbound SMTP settings are pretty basic, with no authentication between Alfresco and the Mail server. From alfresco-global.properties:
### E-mail site invitation setting ### notification.email.siteinvite=true
And from alfresco.log:
08:28:22,775 ERROR [org.alfresco.repo.action.executer.MailActionExecuter] [http-apr-80-exec-9] Failed to send email to first.last@companyxyz.com org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: No authentication mechanisms supported by both server and client
Site email invites in the previous version of Alfresco Community (4.2.e/f) worked out of the box. What am I doing wrong?