Razzak: Thanks for the links! I looked at both the FAQs and the Help Manual, including the chart of SMTP error codes found in the latter. It appears from the SMTP codes that the errors generated are all server-type of errors, and my conclusion (because I couldn't find an exact reference elsewhere) is that the error variable does not trap whether there was an invalid email address or not.
Karen -----Original Message----- From: A. Razzak Memon <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Fri, Feb 1, 2013 10:45 am Subject: [RBASE-L] - Re: RMail status message At 10:50 AM 2/1/2013, Karen Tellef wrote: >Something I hadn't thought of until just now... When you send an >RMail message >out, I know you can error trap. But exactly what error does this >trap? Does it >trap only whether the email was successfully sent out by your email server >(meaning that your server is up and running), or can it trap whether it was >successfully delivered to the addressee (meaning you have a valid >email address)? http://www.rbase.com/products/rmail95 Refer to FAQs and Help Manual. RMail95 VarName|SEND VarName is the resulting text variable which will return the status of the email process, such as 'OK' or the exact -ERROR- message. This return value is where one can capture the delivery status of the email after the SEND parameter is issued. In addition, all SMTP Error Codes, Messages and Descriptions are explained under SMTP Error Codes. Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase

