I am running Jenkins version 1.651.2 with the email plugin version 1.17. I have an account on a company smtp server I am trying to connect to. The credentials check out, and I am connecting on port 587 with ssl off (connection is encrypted), encoding UTF-8. The jenkins instance i from a server hosted on EMR. There is no firewall on the Jenkins instance, and amazon security group allows all outgoing traffic. I have the settings working perfectly on another Jenkins instance. I can ping the smtp server from amazon. I tried the following solution Jenkins SMTP TSL to no avail. I keep on getting the following error:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 relay not permitted
Is this likely an error on the jenkins side, or smtp server?
I have absolutely no idea how to solve this. Help anyone?