Forum Moderators: coopster
If you cant alter your php.ini file and are running on a windows server, then you need to add this line before you set the email -
// Set ini command for windows server. change the email and domain according to the website
ini_set("sendmail_from", " email@example.com ");
Hope that helps anyone!
:)