Hi,
It's likely that PHP isn't setup correctly to send email at all.
If you have access to your "php.ini" file, you need to make some settings. Here's an example of those settings:
Have a look at your php.ini file and let me know if you need further advice.Code:[mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = admin@myserver.co
If you don't have access to php.ini, then your hosting provider is responsible for making these settings.


Reply With Quote
Bookmarks