有人可以帮我修复重置邮件,因为当我试图重置它时,我得到了一个消息:
已发送包含进一步说明的电子邮件。
但我没有收到重置链接。这是重置文件
请检查一下帮助我
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="mySuite.xml" parallel="classes" thread-count="10">
<test name="happy path">
<packages>
<package name="com...test.functional.happyPath" />
</packages>
</test>
<test name="exception path">
<packages>
<package name="com...test.functional.exceptionPath" />
</packages>
</test>
</suite>
&#13;
答案 0 :(得分:0)
你可以试试这个:
$body = 'Please check your email and confirm the activation email to login. <br>';
$body .= ($site['url'].'/tpl/mail/activate.email.php?activate='.$activationCode);
好吧,我不明白你为什么用file_get_contents
。如果您要发送链接,请在<a></a>
标记中生成链接。