PHP düz metin posta ve kuvvet sabit genişlikli charset gönderin

1 Cevap php

I want to force the reader's email client to display my php-generated plain text emails with a fixed width charset. Thunderbird displays the email with a fixed width charset. However, Gmail and Outlook (and probably more clients) do not.

Is this a config setting with my mail server or something I'm doing wrong? Any help would be greatly appreciated.

Bunlar anda kullanarak başlıkları şunlardır:

    $header = "MIME-Version: 1.0\r\n"; 
    $header .= "Content-type: text/plain; charset=ISO-8859-1; format=flowed\r\n"; 
    $header .= "Content-Transfer-Encoding: 7bit\r\n"; 
    $header .= "X-Mailer: PHP" . phpversion() ."\r\n"; 
    $header .= "From: ihateoutlook@email.com\r\n";
    $header .= "Reply-To: ihateoutlook@email.com\r\n";

1 Cevap

Belirli bir yazı tipi kullanmak için düz metin mesajı zorlayamaz. Yapabileceğiniz en iyi monospace font ailesini kullanarak HTML e-posta göndermek.