简体   繁体   中英

using mail() with no access to php.ini

基本上,我想从我的网站发送电子邮件,但是我有一个大问题:我的提供者不允许我访问php.ini文件,还有其他方法可以设置mail()函数的参数吗?

PHP mailer is what I use: https://github.com/PHPMailer/PHPMailer

I think it is probably more effective, efficient and provides more functionality than normal php mail does anyway.

You can always go the route of a web service as well. Amazon offers a nifty service that is free: Amazon SNS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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