問題は、メール機能を使用した後、そこにないリターンブレークが追加されることです。コードは次のとおりです。
$lesujet = "testing ...";
$letexts = "a bunch of text
there is a return break here
another return break as you see";
mail("myemail@gmail.com",$lesujet,$letexts,$headers);
これは電子メールがどのように見えるかです:テキストの束
ここにリターンブレイクがあります
あなたが見るように別のリターンブレイク