通过codeigniter发送的sendgrid电子邮件作为垃圾邮件接收

时间:2012-09-30 12:33:10

标签: php codeigniter email html-email sendgrid

我正在使用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>

我使用来自 email address

问题是该电子邮件是作为垃圾邮件收到的,我想修复...可能是因为来自电子邮件地址?

我猜HTML很好