Méthode | Description | |
---|---|---|
Send ( List |
Sends an email
|
|
Send ( String to, String subject, String body, bool htmlEmail = false, List |
Sends an email
|
public static Send ( List |
||
to | List |
The list of recipients |
subject | String | The subject of the email |
body | String | The body of the email, which may contain HTML |
htmlEmail | bool | Should the email be flagged as "html"? |
cc | List |
A list of CC recipients |
bcc | List |
A list of BCC recipients |
Résultat | void |
public static Send ( String to, String subject, String body, bool htmlEmail = false, List |
||
to | String | The single recipient |
subject | String | The subject of the email |
body | String | The body of the email, which may contain HTML |
htmlEmail | bool | Should the email be flagged as "html"? |
cc | List |
A list of CC recipients |
bcc | List |
A list of BCC recipients |
Résultat | void |