<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi SMTP > SMTP_SendFromMimeFileDirect |
Service
Method
SMTP_SendFromMimeFileDirect
Description
Sends a mail message by submitting it directly to the recipients’ SMTP servers.
Input |
|||
Name |
Description |
Type |
Optional |
mimeFilePath |
The path to the mail message file (in MIME format) |
String |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A List containing a Dictionary 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.