Closed Shonetow closed 9 years ago
Is there any way to make mail() php function to work? I changed in php.ini this: ;sendmail_from = user@example.com to this sendmail_from = webmaster@localhost But nothing happend.
;sendmail_from = user@example.com
sendmail_from = webmaster@localhost
I updated it so that mail() should work now. You'll have to adjust the SMTP, username, and password in the config and run a provision.
Is there any way to make mail() php function to work? I changed in php.ini this:
;sendmail_from = user@example.com
to thissendmail_from = webmaster@localhost
But nothing happend.