![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$to = ConnectionManager::escape($_GET["to"]) | |
$subject = ConnectionManager::escape($_GET["subject"]) | |
$message = ConnectionManager::escape($_GET["message"]) | |
$email = new EmailTemplate() | |
recipients = ($to) ? $to : "" | |
subject = ($subject) ? $subject : "" | |
message = ($message) ? $message : "" | |
$form = new AutoForm($email) | |
$form | submitLabel = "Send Email" |
if ( $method=="POST") | |
$email = new EmailTemplate() |
Definition at line 51 of file mail_to.inc.
$form = new AutoForm($email) |
Definition at line 57 of file mail_to.inc.
$message = ConnectionManager::escape($_GET["message"]) |
Definition at line 49 of file mail_to.inc.
$subject = ConnectionManager::escape($_GET["subject"]) |
Definition at line 48 of file mail_to.inc.
$to = ConnectionManager::escape($_GET["to"]) |
Definition at line 47 of file mail_to.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 70 of file mail_to.inc.
$email message = ($message) ? $message : "" |
Definition at line 55 of file mail_to.inc.
Definition at line 53 of file mail_to.inc.
$email subject = ($subject) ? $subject : "" |
Definition at line 54 of file mail_to.inc.
$form submitLabel = "Send Email" |
Definition at line 63 of file mail_to.inc.