Awesome, it works! Kinda. This is the body of the email that came through:
'From: n E-Mail:'
For some reason the submitted email is not displaying the sent message. $From, $To and $Subject Appear though.
This means that something is wrong with my email post code, body code or html code. I am not sure which. PHP Coding is supplied below:
$email = $_POST['emailbox']; |
$body = "From: n E-Mail: $emailbox"; |
Listening to what bregent said do you know a simple php code which blocks an IP address after they submit something for a time frame of 24 hours.
As soon as that works, I'm about finished with my newsletter. Another problem sorted .