How to send an email in PHP reliably?

前端 未结 4 1609
闹比i
闹比i 2021-01-24 11:07

i am learning how to send an email.i have installed appserver and in files php.ini-dist and php.ini-recommended i did the following changes

SMTP=localhost

send         


        
4条回答
  •  無奈伤痛
    2021-01-24 11:55

    It could be simplier to use an external library to send mails, as http://swiftmailer.org/ instead of playing with php.ini

    It's never good to be php.ini dependant.

提交回复
热议问题