hi every one this my first topic here..... thanks for all on advance well, im brand new with PHP im using apache server at my pc with php5 and i have a web hosting thats supports PHP and i test my website life over the internet. my problem is i send mail thats never arrive to the distination however, no error msg appears ,i used many code ,,,, all the same sad ending here is sample ...... can any body tell me what 2 do plz! Code: [Download] <?PHP $to = "saqqa505@yahoo.com"; $re = "Feedbackfromcontactpage"; $msg = $comments; mail($to,$re,$msg); ?> thank you all and im happy to be here today friends.
the code is correct, the problem must be in your php.ini file. I used to have the same problem in my local apache-php setup and with some free php hosts. Then I bought a hosting account and my code started working perfectly.
thank u guys,, sorry 4 late ,, i was i way for several days............. i think i will consider phpmailer
Hi everyone, I am also facing similar issue with hotmail receipts. On my site, there is a way to send out emails to people using 2 different accounts (e..g abc@site.com and xyz@site.com) emails sent out using abc@site.com to hotmail account is received fine (still in junk mail folder, though), while emails sent out using xyz@site.com to a hotmail account were never received (not even in junk mail). The application is written in PHP and both mailing functionality using same code. Any pointers would be appreciated. Thanks, KD