View Single Post
  #8 (permalink)  
Old 08-21-2007, 08:02 PM
vittorio's Avatar
vittorio vittorio is offline
WebProWorld Member
 
Join Date: Oct 2004
Location: Italy
Posts: 27
vittorio RepRank 0
Lightbulb Re: Mail all going to bulk

Hi all,

I am holding a forum on PHP and have digged into this thing for a while.
Sofar I can state the following :

1) php mail() is per default taken to Junk folder in HOTMAIL and in BULK folder in YAHOO
2) Hotmail setting are a bit more complex than YAHOO to be targeted successfully
. . . if you want that your webmail works properly ask your DNS provider to issue an SPF record on your DNS SERVER
. . . thereafter register to Sender ID by sending an E-mail to : senderid@microsoft.com by stating your mail SERVER as follows : admin@Your_Server.com

If you want to avoid all this please use SMTP phpMAILER and NOT mail() [php-function]

For registration to my forum I have made all this personally, sofar I manage a reseller accoint and have access to DNS server through my WHM panel.

For more information visit my forum http://pr.c-php.com/forum/viewtopic.php?t=19
All details are available to forum members
__________________
Php & JavaScript programmer @ pr.c-php.com/forum/
Reply With Quote