You are here: C97net • 5.06 Email Functions
Send an email faster & easier
function email ($to, $subject, $body, $html = 0, $log = 0, $debug = 0)
Send an email to a recipient using advanced feature.
$to = email address.
$subject = email subject.
$body = email message.
$html = set to true to send the email in HTML format; set to false to send it in text format (default text).
$log = store the sent email in qE logs for future reference (default false).
$debug = supress email sending, instead dump it to the screen, including the headers (default false).
There is no comment. Why not be the first?