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.
我正在开发一个网站,它已经完成了 80% 并且我仍在努力 - 我现在面临的问题是客户要求我向他展示当用户注册一个链接以验证帐户时发送的验证邮件- 所以尽管装饰了它,但我正在寻找一些已经在 PHP 邮件中转换的现成模板,因为我也是 php 新手 - 但到目前为止我还没有找到任何模板?任何人都可以帮我在网上找到它们吗?或者它们不能通过互联网获得,我必须自己装饰邮件?
模板是什么意思?
如果是关于设计的,那么您可以将电子邮件作为 html 发送,这样您就可以随意格式化它。
有非常好的邮件脚本,例如phpmailer和swift mailer。
您还可以检查SPF和DKIM。