• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

flash php mail form

CasioTech

Diamond Member
I set up the scripts and all correctly, i'm pretty sure, I go to upload it and nothing happens, i'm assuming there is some way to enable it with my host, any experts here? Let me paste code...




<&quest;
$ToEmail = "daniel@danielcasio.com";
$ToName = "Daniel";
$ToSubject = "danielcasio.com contact.";
$EmailBody = "Sent By: $FirstName\nSenders Email: $Email\nSenders Company: $Company\n\n
Message Sent:\n$ToComments\n\nSender Heard About Site From: $HearAbout\n";
$EmailFooter="\nThis message was sent by: $FirstName from $REMOTE_ADDR If you feel that you
recieved this e-mail by accident please contact us at www.danielcasio.com";
$Message = $EmailBody.$EmailFooter;
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.contact.Mail.EmailStatus=Completed-Message Sent!";
&quest;>









http://danielcasio.com 'CONTACT' form.
 
Back
Top