Xataface Email Module
0.3.2
Email/Mailmerge Module for Xataface
|
Go to the source code of this file.
Variables | |
const | DISPLAY_XPM4_ERRORS = true |
$id = MIME::unique() | |
$text = MIME::message('Text version of message.', 'text/plain') | |
$html = MIME::message('<b>HTML</b> version of <u>message</u>.<br><i>Powered by</i> <img src="cid:'.$id.'">', 'text/html') | |
$at [] = MIME::message('source file', 'text/plain', 'file.txt', 'ISO-8859-1', 'base64', 'attachment') | |
$file = 'xpertmailer.gif' | |
$mess = MIME::compose($text, $html, $at) | |
$split = MIME::split_mail($mail, $headers, $body) |
$at[] = MIME::message('source file', 'text/plain', 'file.txt', 'ISO-8859-1', 'base64', 'attachment') |
Definition at line 45 of file mime-parse.php.
$file = 'xpertmailer.gif' |
Definition at line 46 of file mime-parse.php.
$html = MIME::message('<b>HTML</b> version of <u>message</u>.<br><i>Powered by</i> <img src="cid:'.$id.'">', 'text/html') |
Definition at line 43 of file mime-parse.php.
$id = MIME::unique() |
Definition at line 39 of file mime-parse.php.
Definition at line 52 of file mime-parse.php.
$mess = MIME::compose($text, $html, $at) |
Definition at line 50 of file mime-parse.php.
$split = MIME::split_mail($mail, $headers, $body) |
Definition at line 60 of file mime-parse.php.
$text = MIME::message('Text version of message.', 'text/plain') |
Definition at line 41 of file mime-parse.php.
const DISPLAY_XPM4_ERRORS = true |
Definition at line 33 of file mime-parse.php.