RPGMAIL Send Error

Any IBM i topic that does not fit in another forum
Post Reply
cooldude
Posts: 11
Joined: Wed Feb 12, 2025 5:07 am

RPGMAIL Send Error

Post by cooldude »

Hi,
We use RPGMAIL for sending email. The batch process was working fine until today. Suddenly started erroring out while executing "RPGMail_Send(email)". Any idea why it is occurring? Should any environmental factors be checked? Please suggest.

Log says:
*******RPGMAIL111???À??RPGMail_send
??javax.mail.SendFailedException: Sending failed;? nested exception
is:??class javax.mail.MessagingException: 421 4.3.2 Service not
active???at javax.mail.Transport.send0(Transport.java:218)??at
javax.mail.Transport.send(Transport.java:80)??at
com.mowyourlawn.rpgmail.RPGMail.send(RPGMail.java:256)?

Thanks!
Scott Klement
Site Admin
Posts: 856
Joined: Sun Jul 04, 2021 5:12 am

Re: RPGMAIL Send Error

Post by Scott Klement »

Either this SMTP server won't receive mail from your IP address, or something isn't configured properly on the server.
Contact whomever runs the server and show them the "421 4.3.2 Service not active" msg
cooldude
Posts: 11
Joined: Wed Feb 12, 2025 5:07 am

Re: RPGMAIL Send Error

Post by cooldude »

Thanks Scott. It seems to be an outlook server issue during that time.

Regards,
Prakash.
Post Reply