Coothead.
I have just sent a form and have received it no problem.
Hi there theremotedr,
what time did you send them?
I swapped the email address to the "theremotedr@gmail.com" at 1:06am.
coothead
~ the original bald headed old fart ~
Hi,
I sent 2 just before 1am did you receive them ?
I then sent one at 1.30 and received it straight away.
I then sent one at 01.45 but time now is 01.53 but as of yet nothing received.
Hi,
On this page http://www.html-form-guide.com/email...ing-email.html
I have installed the test php file below part A simple script to test your PHP –> mail configuration
I have clicked submit say 8 times and straight away receive the 8 test emails fine.
How about we try and add a $from_add = "theremotedr@gmail.com"; to the form and just see what happens ?
Hi there theremotedr,
I have done a little research and have now managed to resolve the problem.
It turns out that "Gmail" chokes on "\r" in PHP emails.
There were four in our form...
...and I have now removed them.PHP Code:$headers = 'From: '.$email_from."\r\n".
'Reply-To: '.$email_from."\r\n" .
'X-Mailer: PHP/' . phpversion();
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";//ISO-8859-1
Replace your version with that in the attachment.
Further reading:-
I nearly forgot your "paypal email field" problem.
Replace your "screen.css" file with that in the attachment.
coothead
Last edited by coothead; 02-19-2017 at 02:36 AM.
~ the original bald headed old fart ~
Morning.
I added the files as mentioned above.
F5 the system and completed the form.
This was 30 minutes ago.
As of yet no email.
I will wait a while just in case and then reply back here.
Many thanks for sorting the above out.
Hi there theremotedr,
the tests to my "Gmail" account at 2:30am were very successful.
I have, just now, made three submissions to yours - fingers crossed.
coothead
~ the original bald headed old fart ~
Message sent at 13:14 UCT.
Bookmarks