通过sen直接从PHP发送多部分/可选(文本和html一起)电子邮件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过sen直接从PHP发送多部分/可选(文本和html一起)电子邮件相关的知识,希望对你有一定的参考价值。
sendmail needs to be working and configured properlyuses popen and fputs
$message=<<<EOL --frontier Content-type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Poštovanje, uspešno ste kreirali novi nalog na aplikaciji Vaše korisni�ko ime: $username Šifra: $p_sifra Molimo vas da sa�uvate ove podatke, kako bi ih ubudu�e bez problema koristili. Pristup aplikaciji je mogu� putem: $http_path --frontier Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body> <h2>Poštovanje, </h2> <p> uspešno ste kreirali novi nalog na aplikaciji </p> Vaše korisni�ko ime: $username<br/> Šifra: $p_sifra<br/><br/> Molimo vas da sa�uvate ove podatke, kako bi ih ubudu�e bez problema koristili.<br/> <br/> Pristup aplikaciji je mogu� putem:<br/> $http_path </body> </html> --frontier-- EOL; print $message;
以上是关于通过sen直接从PHP发送多部分/可选(文本和html一起)电子邮件的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 web api 将图像和文本从 android 应用程序发送到 sql server
仅发送纯文本电子邮件,正文中包含 Rails mime 部分