PHP でメールを gmail アカウントに送信しています。
$message =
"Hi Mario
Today Luigi tried to <b>eat</b> <span style="font-size:8px">Toad</span>.
I am so sorry that formating gmail is not standard. This mail will display the breaks made,
like in heredoc, but not the html. Help me understanding to format E-mails for
Gmail-receivers.
It's a me
Greetings,
Wario";
mail("mario@gmail.com", "Betreff: Luigi nibbled Toad",
$message, "From: itsame@myphpmail.com" );
Gmail 受信者が font-size/weight/etc... のような整形済みのテキストを表示するにはどうすればよいでしょうか?