HTML Email Spacing,CKEditor& PHPMail

时间:2017-06-08 08:21:01

标签: html ckeditor phpmailer

我使用CKEditor和Phpmail发送HTML电子邮件。当我在发送之前编辑电子邮件时,它正确显示,但当收件人收到电子邮件时,它似乎在邮件中包含了额外的间距。我在下面提供了示例截图和编码,我可以解决这个问题的任何想法吗?

电子邮件来源:

<p style="margin-left:0cm; margin-right:0cm; text-align:left"><span style="color:#1F497D; font-family:calibri,sans-serif; font-size:11.0pt">Dear ,</span></p>

<p style="margin-left:0cm; margin-right:0cm; text-align:left"><span style="color:#1F497D; font-family:calibri,sans-serif; font-size:11.0pt">Kind regards,</span><br />
<br />
<strong><span style="color:#00B0F0; font-size:14.0pt">First&amp;Last Names</span></strong><br />
<strong><span style="color:#1F497D; font-size:11.0pt">Company Name</span></strong><br />
<span style="color:#1F497D; font-size:11.0pt">Direct:</span><span style="color:navy"> </span><span style="color:#E36C0A; font-size:11.0pt">0203 123&nbsp;<strong>4567</strong></span><br />
<span style="color:#1F497D; font-size:11.0pt">Email:</span><span style="color:navy"> </span><span style="color:blue; font-size:11.0pt"><a href="mailto:email@mail.com">e</a>mail@email.com</span><br />
<span style="color:#1F497D; font-size:11.0pt">Web:</span><span style="color:navy"> </span><span style="color:blue; font-size:11.0pt"><a href="http://mail.com">e</a>mail.com</span></p>

<p style="margin-left:0cm; margin-right:0cm; text-align:start"><span style="color:#1F497D; font-size:10.0pt">These terms apply.</span></p>

<p><span style="color:#1F497D; font-size:10.0pt">Confidentiality Notice: The information contained in this message and any attachment(s) may be confidential. You are hereby notified that any dissemination, distribution, copying, or use of or reliance upon the information contained in and transmitted with this message by or to anyone other than the recipient designated above by the sender is unauthorised and is strictly prohibited. For our joint protection, telephone calls may be recorded and/or monitored</span></p>

<p><span style="color:#1F497D; font-size:10.0pt">Company is registered in England - Company Number 123456</span></p>

<p><span style="color:#1F497D; font-size:10.0pt">Registered Office &ndash; London</span></p>

CKEditor中的电子邮件

Email in CKEditor

电子邮件如何在客户端中显示

How email displays in Client

我看过不同设备上的电子邮件似乎有同样的问题。另外,我删除了第一张图片中的LinkedIn图片,以避免混淆:)

0 个答案:

没有答案