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

Reply via email to