我正在使用Codeigniter和SendGrid将电子邮件发送给用户......
我为每封发送的电子邮件都有一个模板,注册时看起来像这样:
<html>
<body>
<h1>Activate account for <?php echo $identity;?></h1>
<p>Please click this link to <?php echo anchor('auth/activate/'. $id .'/'. $activation, 'Activate Your Account');?>.</p>
</body>
</html>
我使用来自 问题是该电子邮件是作为垃圾邮件收到的,我想修复...可能是因为来自电子邮件地址? 我猜HTML很好email address
答案 0 :(得分:1)
请参考这些问题,因为这基本上与CI / SG无关,但是一般的电子邮件问题通常会导致上下文和标题问题: