Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Port Configuration 

 

 

Connection Configuration 

Feature Configuration

 

Authentification Configuration 

#define SMTPc_CFG_USERNAME_MAX_LEN 50 /* Cfg username max len (see Note #5). */
#define SMTPc_CFG_PW_MAX_LEN 10 /* Cfg pw max len (see Note #5). */

These values determine the maximum lengths for both the username and password
used by the authentication mechanism.

Mail Configuration 

 

#define SMTPc_CFG_MBOX_NAME_DISP_LEN 50 /* Cfg max len of sender's name (see Note #6). */
#define SMTPc_CFG_MSG_SUBJECT_LEN 50 /* Cfg max len of msg subject (see Note #7). */

/* See Note #8. */
#define SMTPc_CFG_MSG_MAX_TO 5 /* Cfg msg max nbr of TO recipients. */
#define SMTPc_CFG_MSG_MAX_CC 5 /* Cfg msg max nbr of CC recipients. */
#define SMTPc_CFG_MSG_MAX_BCC 5 /* Cfg msg max nbr of BCC recipients. */
#define SMTPc_CFG_MSG_MAX_ATTACH 5 /* Cfg msg max nbr of msg attach. */

 

  • No labels