// [SET 1] if you really wanna using this file, "yes". $it_uses = "yes"; // [SET 2] fix apply things. $to_mail_set = "alexandereugenio@gmail.com"; // email address $to_name_set = "Alex Weiss"; // name // [SET 3] go back to URL, after sending email. // default : "$_SERVER[PHP_SELF]" $after_url="http://www.alexweissmusic.com"; if($_POST['f_mailsend']){ // sending email send_mail_action($to_mail_set,$to_name_set); // [SET 4] if you wanna add more receive email.. // send_mail_action("xxyyzz@abcd.net","NAME"); // copy and paste that sentences. alert_msg("Email has be sent",$after_url); } ?>
If you would like to book a show with Alex or purchase one of his albums
please contact....
FormMail from \Alexweissmusic.com\ | ||
From: | $_POST[mail_from_name] <$_POST[mail_from_email]> | |
$title | $value | |
Subject: | $_POST[mail_subject] | |
$body |