Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SimpleSMTPClient_HelloWorld USBHost-MSD_Sensors_1 IOT-GPS-SMS IOT_HW_5_websockets ... more
SimpleSMTPClient.h File Reference
Simple SMTP Client. More...
Go to the source code of this file.
Enumerations | |
| enum | SMTPAuth { SMTP_AUTH_NONE, SMTP_AUTH_PLAIN } |
SMTP authentication. More... | |
| enum | SMTPResult { SMTP_AUTH_OK = 235, SMTP_OK = 250, SMTP_INPUT = 354 } |
SimpleSMTP client results. More... | |
Detailed Description
Simple SMTP Client.
Definition in file SimpleSMTPClient.h.
Enumeration Type Documentation
| enum SMTPAuth |
SMTP authentication.
Definition at line 18 of file SimpleSMTPClient.h.
| enum SMTPResult |
SimpleSMTP client results.
- Enumerator:
SMTP_AUTH_OK Authentication successful.
SMTP_OK Requested mail action okay, completed.
SMTP_INPUT Start mail input.
Definition at line 25 of file SimpleSMTPClient.h.
Generated on Sat Jul 16 2022 18:21:37 by
1.7.2