I'm experiencing a strange problem and difficult to diagnose because
it's random. I have built an application that sends out an email with
a nice amount of text (don't have exact char count, but could get it).
Html e-posta, rastgele bir boşluk içeriği görünür.
Uzay dolaşan ve rastgele nasıl örnekler için aşağıya bakınız:
1- "Th ere are several things being discussed in this email."
2- "There are se veral things being discussed in this email."
3- "There are severa l things being discussed in this email."
Bu whitepace sorun da bağlantıları için olur. Şimdiye kadar hotmail ve gmail bu sorunu bulundu.
Herkes herhangi bir fikir var mı?
$header = "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/html; charset=utf-8\r\n";
$header .= "From: abc \r\n";
$subject = "abc";
$mail_body = "Hello!";
$mail_body .= "content";
mail($email_address, $subject, $mail_body, $header);
Bu size bir fikir vermek için kabaca kod ..