问题描述
我正在使用PHP mailer为我的网站发送电子邮件,代码正常工作,可以很好地发送邮件,但是一旦我尝试包括我网站的验证链接,电子邮件就会被gmail服务阻止,因此问题是我无法在我的电子邮件中包含该链接,请帮帮我。
邮件被阻止 您发送到[email protected]的消息已被阻止。有关更多信息,请参见下面的技术细节。
$msg = "Thank you for Registering to our website";
$msg.="<html>Welcome<h4> $fname $lname <h4>
Thank You please click this link to verify your Account.
<a href='http://codinginn.000webhostapp.com/verify_email.PHP?code=$activationcode'>click here</a>
</html>";
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)