我用它来发送注册电子邮件:
sendMail($this->input->post('register_email'), $this->config->item('activation_sender_mail'), $this->config->item('server_name').'Account Creation', 'Hey '.$this->input->post('register_username').'r\n Thank you for your interest in contributing to the site.\r\n Just click this link to activate your account:\r\n <a href="'.$link.'">'.$link.'</a>');
Run Code Online (Sandbox Code Playgroud)
但我收到的邮件是:
嗨用户!感谢您有兴趣为该网站做出贡献.只需点击此链接即可激活您的帐户:链接
我想看起来像:
Hey user!
Thank you for you interest in contributing to the site.
Just click this link to activate your account:
link
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
48 次 |
| 最近记录: |