Dependents:   TimeZoneDemo EthernetJackTestCode MMEx_Challenge ntp_mem ... more

Embed: (wiki syntax)

« Back to documentation index

SMTPClient.h File Reference

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.

Enumerator:
SMTP_AUTH_NONE 

No authentication.

SMTP_AUTH_PLAIN 

AUTH PLAIN 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.