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 »

Sets the various fields of a SMTPc_MSG structure so that it is valid and usable.

Files

smtp-c.h/smtp-c.c

Prototype

 

void  SMTPc_SetMbox (SMTPc_MBOX  *mbox,
                     CPU_CHAR    *name,
                     CPU_CHAR    *addr,
                     SMTPc_ERR   *perr);

 

Arguments

msg            SMTPc_MSG structure to be initialized.

perr             Pointer to variable that will hold the return error code

Returned Values

none.

Required Configuration

Module Configuration.

Notes / Warnings

SMTPc_MBOX can be used to define whether the sender (FROM) or the recipients (TO,CC and BCC). 

Example Usage

none.

  • No labels