Sunucuda tek domain bulunmakta ve SPF kaydı ise "v=spf1 ip4:88.255.xx.xx -all" şeklindedir.
Mailler outlook ile hotmail'e sorunsuz olarak gitmektedir.Fakat php ile hangi header'i denediysem sorun vermektedir.
Şu an için kullandığım header aşağıdaki gibidir.
$headers = "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-9\n"; $headers .= "X-Priority: 3\n"; $headers .= "X-MSmail-Priority: Normal\n"; $headers .= "X-mailer: php\n"; $headers .= "From: \"MD5\" <mail@adresim.com>\n"; $headers .= "Return-Path: postmaster@adresim.com\n"; $headers .= "Return-Receipt-To: postmaster@adresim.com";Bu durumda kesin bir sonuca ulaşmam için ne yapmalıyım.
- Teşekkürler.