| << Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi SMTP > SMTP_SendMessageDirect_S | 
Service
Method
SMTP_SendMessageDirect_S
Description
Sends a mail message constructed from the specified parameters by submitting it directly to the recipients’ SMTP servers.
| Input | |||
| Name | Description | Type | Optional | 
| mailMessage | Message fields (Mail Message structure). | Dataset | 
 | 
| attachmentInfos | A List with a Dataset for each attachment (Attachment Info structure); can be null or an empty List. | List of dataset | 
 | 
| attachmentStreams | A List with a reference of attachment for each attachment; can be null or an empty List. | List of reference | 
 | 
| Output | |||
| Name | Description | Type | Optional | 
| returnValue | A List containing a Dataset for each rejected recipient (Smtp Rejected Recipient structure). | List of dataset | 
 | 
Remarks
List indexes of ‘attachmentInfos’ and ‘attachmentStreams’ must match.
No connection and login info is needed nor used for this method.