简体   繁体   English

PHP验证邮件模板?

[英]PHP verification mail templates?

I was developing a site and its like 80% done and I am still working on it - the problem right now I am facing is client is asking me to show him a verification mail is sent when user get register with a link to verify the account - so despite decorating it I was searching for some ready made template that are already converted in PHP mail as I am new to php as well - But so far I have not found any ? 我正在开发一个网站,并且大约80%的网站都已完成,但我仍在继续工作-我现在面临的问题是客户要求我向他展示当用户注册具有链接以验证帐户的链接时发送的验证邮件-因此,尽管进行了装饰,但我仍在搜索一些现成的模板,这些模板已经转换为PHP邮件,因为我也是php的新手-但到目前为止,我还没有找到任何模板吗? can any body help me finding them online ? 有谁可以帮助我在网上找到他们? or they are not available over internet and I have to decorate the mail my self ? 还是无法通过Internet使用它们,我必须自己装饰邮件吗?

What do you mean with a template? 模板是什么意思?

If it is about the design, then you can send the email as html so you can format it anyway you want. 如果是关于设计的,那么您可以将电子邮件作为html发送,以便可以随时对其进行格式化。

There are very good mailing scripts like phpmailer and swift mailer . 有非常好的邮件脚本,例如phpmailerswift mailer

You can also check SPF and DKIM . 您还可以检查SPFDKIM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM