Outlookで次の電子メールを開くと(email.eml
という名前で保存し、Outlookで開くことができます)、フォントサイズが大きすぎます。 <span style="height:40px;">...</span>
のため、Outlookはブラウザで電子メールを開くことを推奨しています。そうすると、正しいフォントサイズが使用されます。 Outlookのズーム設定はもちろん100%に設定されています。 Outlookに正しいフォントサイズを表示させるにはどうすればよいですか?私はニュースレターを送りますが、Outlookを使用しているすべての人に大きすぎるフォントを見せたくありません。 Outlookでたり、ブラウザを経由してニュースレターをレンダリングOutlookで大きすぎるフォント
Date: Wed, 6 Apr 2016 19:25:19 +0200
From: [email protected]
Message-ID: <[email protected]>
X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
To: [email protected]
Subject: Font size test
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Font size test</title><meta http-equiv="Content-type" content="text/html; charset=UTF-8"></head><body><h1 style="font: 20px Arial">Heading 1</h1>
<p style="font-size: 15px; font-family: Georgia">The font size is too large in Outlook!</p>
<span style="font: 10px 'Times New Roman'; height:40px;">This is a span with height, to make Outlook suggest opening the email in a browser.</span> </body></html>