带有富文本格式的电子邮件

ugn*_*uku -3 php email

我需要知道是否有任何方法可以增加字体大小并在我的电子邮件中以粗体显示字体.我text/plain用作我的内容类型.我不需要使用text/html.目前,我的整个消息都以相同的字体大小显示.

我的消息是这样的:

// initialize the $message variable
   $message = '';
    $message  = "You have recieved a new message from your web profile.\r\n\r\n";
    $message .= "Hello, Mr. Jone Doe\r\n\r\n";
    $message .= "As you already know, once you have joined with website and have published your details there.\r\n\r\n";
    $message .= "Your profile page :\r\n";
    $message .= "www.mywebsite.com?code=2500&name=tharaga+nuwan\r\n\r\n";

   etc..................
Run Code Online (Sandbox Code Playgroud)

eis*_*eis 6

纯文本没有指定字体大小,粗体等的方法(不像常规*.txt文件那样).您需要使用HTML或RTF.