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.
Fork of Email2Screen by
SMTPClient.h File Reference
SMTP Client header file. More...
Go to the source code of this file.
Data Structures | |
class | SMTPClient |
A simple SMTP Client. More... | |
Enumerations | |
enum | SMTPResult { SMTP_OK, SMTP_PROCESSING, SMTP_DNS, SMTP_PRTCL, SMTP_TIMEOUT, SMTP_DISC } |
SMTP client results. More... | |
enum | SMTPAuth { SMTP_AUTH_NONE, SMTP_AUTH_PLAIN } |
SMTP authentication. More... |
Detailed Description
SMTP Client header file.
Definition in file SMTPClient.h.
Enumeration Type Documentation
enum SMTPAuth |
SMTP authentication.
Definition at line 50 of file SMTPClient.h.
enum SMTPResult |
SMTP client results.
- Enumerator:
SMTP_OK Success.
SMTP_PROCESSING Processing.
SMTP_DNS Could not resolve name.
SMTP_PRTCL Protocol error.
SMTP_TIMEOUT Connection timeout.
SMTP_DISC Disconnected.
Definition at line 40 of file SMTPClient.h.
Generated on Tue Jul 12 2022 14:12:38 by
