SMTP_SendMimeDirect

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > Mail > Configurazione e metodi SMTP >

SMTP_SendMimeDirect

Service

Mail

 

Method

SMTP_SendMimeDirect

 

Description

Sends a mail message by submitting it directly to the recipients’ SMTP servers.

 

Input

Name

Description

Type

Optional

mimeMessage

The message in MIME format.

String

 

Output

Name

Description

Type

Optional

returnValue

A List containing a Dataset for each rejected recipient (Smtp Rejected Recipient structure)

List of dataset

 

 

Remarks

Both sender and the list of recipients are extracted from the message. The sender address is taken from the “Sender” header field or from the first address in the “From” field if the “Sender” is missing.

The list of recipients comes from “To”, “Cc” and “Bcc” header fields. Also, the “Bcc” field is removed from message headers prior to sending.

No connection and login info is needed nor used for this method.