私はphpでメールを送信していますが、メッセージ部分では、私のコードは次のようになっています:
$email_body = "<style type=\"text/css\">
p {padding:0 !important; margin:0 !important;}
td {padding:0 10px !important; margin:0 !important; font-family:Verdana, Geneva, sans-serif;}
td table td {padding:0 !important;}
</style>
<table align=\"center\" border=\"0\" cellpadding=\"10\" cellspacing=\"0\" style=\"border-collapse:collapse; border:1px solid #565656; font-family:Verdana, Geneva, sans-serif; width:800px; margin-top:0px; color:#565656;font-weight:normal;font-size:12px; text-align:justify; line-height:1.5em\">
<tbody>
<tr>
<td style=\"border-collapse:collapse; padding-top:10px !important;\">
message
</td>
</tr>
</tbody>
</table>";
しかし、私のメールでは、表形式ではなく $email_body に書かれているものは何でも、完全な html コードを取得しています。どうやってするか?ありがとう。