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.
在 yii 我正在创建注册模块。提交表单后,条目将被插入到用户表中的相应字段中。从服务器端,确认邮件将发送到该用户的电子邮件。那么如何实现这个
首先查看 yii 的默认内置邮件程序,它会让您了解邮件的工作原理,然后查看本教程的邮件,您可以使用 yii 的邮件扩展发送邮件查看邮件列表。
希望这会让你学会如何邮寄。
谢谢。