EthernetInterface Libraryを使ったSimpleな SMTP ClientLibraryです. LOGIN認証を追加しました.(2014.4 Update) It is SMTPClient Library which is Simple using EthernetInterface Library.
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