![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Send Test Email" | |
$email = new Email() | |
sender_email = $config["email_from"] | |
subject = "Test message from {$config["sitename"]}" | |
message = "Test message." | |
$form = new AutoForm($email) | |
$form | submitLabel = "Send Email" |
if($method=="POST") | $script = $form->writeScript() |
$email = new Email() |
Definition at line 39 of file test_email_form.inc.
$form = new AutoForm($email) |
Definition at line 44 of file test_email_form.inc.
$menu_item = "Send Test Email" |
Definition at line 37 of file test_email_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 65 of file test_email_form.inc.
$email message = "Test message." |
Definition at line 42 of file test_email_form.inc.
$email sender_email = $config["email_from"] |
Definition at line 40 of file test_email_form.inc.
Definition at line 41 of file test_email_form.inc.
$form submitLabel = "Send Email" |
Definition at line 45 of file test_email_form.inc.