cancel
Showing results for 
Search instead for 
Did you mean: 

Email Configuration w/GoDaddy Mail Server

mojotrader
Champ in-the-making
Champ in-the-making
Email does not work with Go Daddy's email server "smtpout.secureserver.net" but works great with Networksolutions.  Below is the alfresco.log entry showing the error message.  I know this may be a Go Daddy issue but I'd rather see if anyone has encountered this before I dive into the depths of Go Daddy's tech support.  One important note, I can send email to the same test account through GoDaddy using Evolution on the same server Alfresco is running on with the same mail. configuration parameters.  This seems to place the problem back in Alfresco.  Anyway, if anyone has an idea or has encountered this problem before, I'd appreciate all the help I can get.

Thanks

Alfresco ECM Server: Fedora 14 x64

alfresco-global.properties
## GoDaddy Email Configuration
mail.host=smtpout.secureserver.net
mail.port=25
mail.username=********@**********.com
mail.password=*********
mail.encoding=UTF-8
mail.from.default=********@**********.com
mail.smtp.auth=true
mail.smtp.timeout=30000
mail.protocol=smtp

alfresco.log
16:07:06,009 ERROR [org.alfresco.repo.action.executer.MailActionExecuter] Failed to send email to ****@*************.com
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: 553 Sorry, that domain isn't in my list of allowed rcpthosts.

   at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196)
   at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584)
   at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:402)
   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)
………
1 REPLY 1

mojotrader
Champ in-the-making
Champ in-the-making
Fixed: mailService bean in outboundSMTP-context.xml file did not define a mail.smtp.auth property.