Xataface Email Module  0.3.2
Email/Mailmerge Module for Xataface
 All Data Structures Files Functions Variables Pages
Variables
mime-local.php File Reference

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)
 $send = mail('client@destination.net', 'Hello World!', $mess['content'], 'From: me@myaddress.net'."\n".$mess['header'])

Variable Documentation

$at[] = MIME::message('source file', 'text/plain', 'file.txt', 'ISO-8859-1', 'base64', 'attachment')

Definition at line 46 of file mime-local.php.

$file = 'xpertmailer.gif'

Definition at line 47 of file mime-local.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 44 of file mime-local.php.

$id = MIME::unique()

Definition at line 39 of file mime-local.php.

$mess = MIME::compose($text, $html, $at)

Definition at line 52 of file mime-local.php.

$send = mail('client@destination.net', 'Hello World!', $mess['content'], 'From: me@myaddress.net'."\n".$mess['header'])

Definition at line 55 of file mime-local.php.

$text = MIME::message('Text version of message.', 'text/plain')

Definition at line 42 of file mime-local.php.

const DISPLAY_XPM4_ERRORS = true

Definition at line 31 of file mime-local.php.