Some specific mailboxes wont receive mail at all!
Posted: Wed Mar 28, 2007 7:47 pm
Hello all,
This is something that bugs me from time to time.
This particular host/ISP has problems receiving mail sent from forms hosted by itself!
So, my mail script will send mail fine in my gmail and yahoo acount but the mailbox which is hosted by the same company that hosts the script will never get it.
I just cannot imagine the problem. I ve done some tests and i am now here to investigate this with some of you.
The code to send the mail is
Just in case its needed, the $message contents are the pairs of needed data such as Name:value, Address:value, Phone:value with a \n between them
and a footer which is 3 new lines below the actual text.
Thats all.
I can post the whole script if needed, but the other parts are just the form and nothing more. I can also add any email address you might want so you
can receive the actual email just in case it contains stuff not accepted by some servers (??? What do i know?).
This is something that bugs me from time to time.
This particular host/ISP has problems receiving mail sent from forms hosted by itself!
So, my mail script will send mail fine in my gmail and yahoo acount but the mailbox which is hosted by the same company that hosts the script will never get it.
I just cannot imagine the problem. I ve done some tests and i am now here to investigate this with some of you.
The code to send the mail is
Code: Select all
mail("blahblah@gmail.com",$Subject,$Message, "From: $email");and a footer which is 3 new lines below the actual text.
Thats all.
I can post the whole script if needed, but the other parts are just the form and nothing more. I can also add any email address you might want so you
can receive the actual email just in case it contains stuff not accepted by some servers (??? What do i know?).