Jump to content

Error reporting for SMTP Email


wattmhite

This topic is 1917 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have several users and passwords set up for sending automated SMTP emails but I am concerned of script failure if a user happens to change his or her password.

Therefore, I am building a daily script for the management team that tests each SMTP email and password and reports errors before the script is performed later in the day.

Any advice on how to collect and test/report SMTP send errors?

 

Thank you

 

Link to comment
Share on other sites

With standard FM script steps, you only get error 1501-1507 returned. These errors relate to the communication with the SMTP server you're sending through. If the user mailbox exists on the SMTP server you'll get a 1501 error (authentication failed).

But why do you need user authentication details? You can simply send an email with the from email address of whichever user and authenticate to the server using a different email address.

Link to comment
Share on other sites

This topic is 1917 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.