therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

how to change smtp to PHP mail() #229

Closed liuatgit closed 5 years ago

liuatgit commented 5 years ago

I can't get the smtp working and it's very slow to detect smtp. The PHP mail() works fine.

I want to change smtp to PHP mail(). Which files should I edit? Which codes in these files should I change?

liuatgit commented 5 years ago

It looks PHPMailer will send email using PHP's mail() function, just change "mail_server_type" to anything else but "smtp".