I have an problem with version 5.0.b Server config for outgoing mail: notification.email.siteinvite=true mail.host=xxxxxxxx mail.port=25 mail.protocol=smtp mail.smtp.auth=false mail.smtp.timeout=30000 mail.encoding=UTF-8 mail.from.enabled=true mail.from.default=xxxxxxx@xxxxx.de mail.username=xxxxx@xxxxx mail.password=xxxxxx mail.testmessage.send=true mail.testmessage.to=xxxxxxx@xxx.xx mail.testmessage.subject=Test mail.testmessage.text=Test
The test mail go out over an exchange relay without any problems but the notification email siteinvite give me the following error!
ERROR [action.executer.MailActionExecuter] [http-apr-8080-exec-7] Failed to send email to """"""""""""@"""."" org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not have permissions to send as this sender ; message exception details (1) are: Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not have permissions to send as this sender
It's look like the server don't use the default mail address (mail.from.default)
It does not matter whether smtp.auth=true or smtp.auth=false in the config the error ist the same! Test mail go out invite mails not.