sendgrid通过电子邮件发送的CodeIgniter收到垃圾邮件

问题描述:

我使用笨和SendGrid为发送我的电子邮件的用户...sendgrid通过电子邮件发送的CodeIgniter收到垃圾邮件

我对每封电子邮件给我寄了模板,并注册它看起来像这样:

<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不存在像[email protected]

的问题是,在接收到电子邮件为垃圾邮件,我想修复...难道是因为Ø f假冒电子邮件地址?

我猜的HTML是好的