LordRaiden
Banned
I'm curently writing a program in VB6 that gathers notes and records them. One of the included features is a simple SMTP program that will CC anybody the user wants with a copy of the notes. Only problem is I need to have a way to catch smtp errors. So if the mail goes through fine and there's no errors, the mail goes out, if there are errors, it detects these, stops then prompts the user.
How do I do this?
How do I do this?