Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.$uType. "\n\n";テキスト/html の連絡先タイプで Pear メールを使用しています ....$uType. "<br/>";改行を取得するために追加する必要がありますか.$uType. "\r\n";?
.$uType. "\n\n";
.$uType. "<br/>";
.$uType. "\r\n";
使用することをお勧めします
.$uType. "<br>\n"
この<br>タグは、メール ビューアーの互換性のために HTML 3.2/4.0.1 (XHTML ではなく) を使用する HTML メールに必要です。
<br>
ソースを表示する\nと、デバッグが容易になります。
\n
この回答は pear メールとは関係ありません。他のメール ライブラリでも同じです。