|  | Programming Guide |        | 
Sends a simple email message
int sm_mail_message(char *to, char *subject, char *text);
to- The recipient of the mail message.
subject- The subject of the mail message.
text- The text of the mail message.
- 0 Success.
sm_mail_messagemails a simple email message containingtextwithtoas the email address.The default values of
PR_MAIL_FROM,PR_MAIL_CC,PR_MAIL_BCCandPR_MAIL_RECEIPTwill be used if they are set.



