Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12, 1.13
-
None
Description
Current Situation
When using SmtpMailMonitor to emails to send emails using a mail server that requires a username and a password the email can not send.
com.sun.mail.smtp.SMTPSenderFailedException: 550 5.7.1 Relaying denied
Desired Situation
It should be possibe to use SmtpMailMonitor to send email using username/password
e.g. with
<param name="MailOnError_port" value="25"/> <param name="MailOnError_host" value="myHost"/> <param name="MailOnError_smtp_user" value="myUser/> <param name="MailOnError_smtp_password" value="myPassword"/>
Patch
A patch is available here
- Download patch
- store in $scheduler_home/lib/patches