MailStatus
No description
enum MailStatus {
OPENED
SEND_ERROR
SENT
}
Values
| Valeur | Description |
|---|---|
| OPENED | Email has been opened by the recipient. |
| SEND_ERROR | An error occurred while sending the email. |
| SENT | Email has been sent. |
No description
enum MailStatus {
OPENED
SEND_ERROR
SENT
}
| Valeur | Description |
|---|---|
| OPENED | Email has been opened by the recipient. |
| SEND_ERROR | An error occurred while sending the email. |
| SENT | Email has been sent. |