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

« Previous Version 3 Next »

Port Configuration 

  

Connection Configuration 

Feature Configuration

 

Authentication Configuration 

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