We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
(12 June 2013 - 02:05 PM)Deal Punishments To What?
Replying to Php Send Email Problem
Topic Summary
Posted 06 February 2010 - 02:54 PM
Problem with php mail() clientPhp Send Email Problem
Hi,
Just today my website start to send blank emails to every member. I'm using the php() mail client. Is there any answer for that. Hope they didn't hack my site.
I have a problem with send e-mail form!
First it was designed only for name,email,subject and message entries!
Now I need to add organisation and phone to be sent to my email!
When I click the send button, it gives me that "mail" suposed to have 5 variables, and the message dont arrive!
please help!
here is a piece of code where is the error!
======
function SendEmailToUs(){
//-------------------------------
// Initialize variables
//-------------------------------
global $sFormErr;
global $GAdmin_email;
global $GEmails_subject;
global $isSent;