Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

SmtpRequest.FailedRecipient

Represents an email recipient to which a message could not be delivered

Elements

The SmtpRequest.FailedRecipient struct has 2 elements:

Name Type/Value Range/Length Description
addressstring  Required. The email address that failed
errCodestring  Required. A string containing the error message returned from the SMTP server. The format will be errnumber descriptive string. The error number can be extracted with 'parseInt()'.A full list of error codes and their meaning can be found in See RFC2045, section 6.7.

Remarks

The object contains the failed email address and an error code of a recipient to which the email could not be delivered. The error code is that usually returned from the SMTP service on the mail server.

Error codes are defined in RFC2045, section 6.7.

Whitebeam release 1.3.36
(loadtime : 15ms)