SMTP_SendDirect

<< Fare clic per visualizzazione il sommario >>

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

SMTP_SendDirect

Service

Mail

 

Method

SMTP_SendDirect

 

Description

Sends a mail message constructed from the specified parameters by submitting it directly to the recipients’ SMTP servers.

 

Input

Name

Description

Type

Optional

from

Message sender.

String

 

to

Comma-separated list of message recipients.

String

 

subject

The subject of the message.

String

 

body

The text body of the message.

String

 

Output

Name

Description

Type

Optional

returnValue

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

List of dataset

 

 

Remarks

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