【问题标题】:sendgrid email send via codeigniter is received as spam通过 codeigniter 发送的 sendgrid 电子邮件被作为垃圾邮件接收
【发布时间】:2012-09-21 14:14:45
【问题描述】:

我正在使用 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,它不像 no-reply@domain.com 那样存在

问题是该电子邮件是作为垃圾邮件收到的,我想修复它...可能是因为虚假的 from 电子邮件地址吗?

我猜 HTML 没问题

【问题讨论】:

    标签: php codeigniter email html-email sendgrid


    【解决方案1】:
    猜你喜欢
    • 2015-10-01
    • 2017-06-12
    • 2012-05-27
    • 1970-01-01
    • 2014-06-27
    • 2023-04-06
    • 2013-07-18
    • 2016-05-21
    • 2019-01-11
    相关资源
    最近更新 更多