Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为客户制作网站,他要求做两件事。第一个是在将作业分配给用户帐户时发送电子邮件,第二个是使用户能够通过自动电子邮件恢复用户丢失的密码。该网站已使用 HTML5 CSS PHP 和 SQL 作为数据库后端进行编码。
我不确定如何设置此功能以发送此自动电子邮件任何帮助将不胜感激谢谢
你谷歌了吗?
使用邮件功能。http://php.net/manual/en/function.mail.php
我使用 phpmailer 来完成这项工作。:-)
http://phpmailer.worxware.com/