jrSendEmail
The jrSendEmail function is the main email-sending function in Jamroom
Exits
jrSendEmail
(mixed $_addresses, string $subject, string $message, [string $email_from = false], [bool $html_email = true], [bool $alt_templates = false])
-
mixed
$_addresses: Email addresses (single address as a string, multiple addresses as an array) to send to
-
string
$subject: Message Subject
-
string
$message: Message Body
-
string
$email_from: Return Email Address
-
bool
$html_email: Send as HTML email
-
bool
$alt_templates: Set to true to use the "alternate" newsletter header/footer templates
|