Error Sending Financial Reports via email
I have run into an issue with automated batches to be emailed to users. The batch generates successfully, but it will not be distributed via email. The error from the FRSchedSrv.log is:
03-25 09:33:18 ERROR JavaMailer Error in sending E-Mail: 501 5.1.7 Invalid address
javax.mail.MessagingException: 501 5.1.7 Invalid address
at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:716)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:388)
at javax.mail.Transport.send0(Transport.java:151)
at javax.mail.Transport.send(Transport.java:80)
at com.hyperion.reporting.util.JavaMailer.initialize(Unknown Source)
at com.hyperion.reporting.util.JavaMailer.<init>(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.sendZips(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.sendMail(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.run(Unknown Source)
There have been no changes to the SMTP server and less than one month ago, everything was working fine. Additionally, the email address that is being used is correct (I am using my own).
Any ideas would be appreciated.