09-19-2010 10:53 AM
#This this is the same SMTP server I am talking to for ssmtp on this Ubuntu box.
# Outbound Email Configuration
#————-
mail.host=outgoing.verizon.net
#mail.port=25
mail.username=<username>
mail.password=<password>
#mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
mail.smtp.auth=true
at org.alfresco.repo.invitation.site.InviteSender.sendMail(InviteSender.java:117)It looks like an authentication problem but I have authentication set to true and the credentials are correct. This should work. Any ideas what to try?
at org.alfresco.repo.invitation.site.SendInviteAction.execute(SendInviteAction.java:82)
at org.jbpm.graph.def.Action.execute(Action.java:129)
at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:284)
… 105 more
Caused by: org.springframework.mail.MailSendException; nested exceptions (1) are:
Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Authentication Required
at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:421)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:341)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:345)
at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:439)
… 140 more
09-19-2010 04:13 PM
05-03-2011 01:31 PM
mail.testmessage.send=true
mail.testmessage.to=XXX
mail.testmessage.subject=Outbound SMTP
mail.testmessage.text=The Outbound SMTP email subsystem is working.
The only thing I can think of now that could be causing the issue is that the domain of the computer isn't the same as the domain within the email addresses being used.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.