wattmhite Posted January 19, 2019 Posted January 19, 2019 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
OlgerDiekstra Posted January 19, 2019 Posted January 19, 2019 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.
Recommended Posts
This topic is 2127 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 accountSign in
Already have an account? Sign in here.
Sign In Now