| << Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi SMTP > SMTP_Send | 
Service
Method
SMTP_Send
Description
Sends a mail message constructed from the specified parameters.
| Input | |||
| Name | Description | Type | Optional | 
| from | Message sender. | String | 
 | 
| to | Comma-separated list of message recipients. | String | 
 | 
| body | The text body of the message. | String | 
 | 
| subject | The subject of the message. | String | 
 | 
| config | Optional configuration values that override the static configuration values (SMTP Config Structure). | Dataset | Y | 
| Output | |||
| Name | Description | Type | Optional | 
| returnValue | A List containing a Dataset for each rejected recipient (Smtp Rejected Recipient structure). | List of dataset | 
 |