1
我使用笨和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是好的