所以,正如我的标题所说,我搞砸了 HTML 电子邮件的问题。我的应用程序向mailinator的邮件 ID 发送了邮件。问题是它没有显示 HTML,没有 css(它是内联的),没有字体。
但是它在我的私人电子邮件服务器上完美显示。
你们能告诉我mailinator的ID有什么问题吗?提前致谢。
更新:我的 HTML 是:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Site name</title>
</head>
<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color:#D85A50; font-family:Arial, Helvetica, sans-serif;" >
<tr>
<td valign="top" background="{image_path}school.png" style=" height:410px;">
<p style="font-size:22px; color:#fff; text-align:right; padding-right:20px; padding-top:50px;">
<a href="#" style="color:#fff; text-decoration:none;"> MillionInOne <span style="display:block;">School Competition</span></a>
</p>
</td>
</tr>
<tr>
<td style=" padding:10px 15px;">
<p style="font-size: 18px; color:#fff; margin:0; font-weight:bold;">Dear {full_name},</p>
<img src="http://bs.example.com/tanmay/shweta/email/images/spacer.png" height="10" width="2" alt="" />
<p style="font-size: 13px; color:#fff; margin:0; line-height:20px; width:100%; text-align:justify;">Welcome to School Competition! Your account has been registered with us as <b>{user_type_name}</b>. You can login to your account by the following credentials.<br><b>Email:</b> {email}<br><b>Password:</b> {password}</p>
<img src="http://bs.example.com/tanmay/shweta/email/images/spacer.png" height="30" width="2" alt="" />
<p style="font-size: 13px; color:#fff; margin:0; line-height:20px ">Thanks, <br />
Millioninone</p>
<p>
<a href="{site_url}" style="text-transform:uppercase; background:#DD6D64; color:#fff; border:solid 1px #E48B84; font-size:12px; font-weight:bold; text-decoration:none; min-width:90px; text-align:center; display:inline-block; line-height:30px;">View Site</a>
</p>
<p style="border-top:1px solid #CCC; font-size: 10px;padding: 3px;color:#FFF"><b>Note:-</b>This email is generated automatically, and does not accept replies. If you are not the intended recipient, just ignore this email.</p>
<span style="margin-left:32%;font-size: 10px;padding: 3px;color:#FFF">{copy_right}</span>
</td>
</tr>
</table>
</body>
</html>