[joomla] E-mail aware modules
Mitch Pirtle
mitch.pirtle at gmail.com
Thu Dec 8 21:30:48 EST 2005
(Just for the record)
+++++++++++++++++++++++++++++++++++++++++++++
Mail function (uses phpMailer)
void mosMail (string $from, string $fromname, string/array $recipient,
string $subject, string $body, [boolean $mode = 0], [string/array $cc
= NULL], [string/array $bcc = NULL], [string/array $attachment =
NULL])
* string $from: From e-mail address
* string $fromname: From name
* string/array $recipient: Recipient e-mail address(es)
* string $subject: E-mail subject
* string $body: Message body
* boolean $mode: false = plain text, true = HTML
* string/array $cc: CC e-mail address(es)
* string/array $bcc: BCC e-mail address(es)
* string/array $attachment: Attachment file name(s)
+++++++++++++++++++++++++++++++++++++++++++++
That's about as simplified as it can get, hope that is easy enough for you ;-)
--
Mitch Pirtle
Joomla! Core Developer
Open Source Matters
More information about the Joomla
mailing list