Documentation
Table of Contents
The sendmail library has one function, the sendmail() function. It provides an easy interface to the sending of SMTP emails. If all that is required is a text email, then this is the easiest way to do it.
sendmail (
string ,
string sFrom,
string sEmailaddr,
string sSubject,
string sMessage,
string sMailhost,
string sHostname,
string sTimezone )
sReplyto



