Guest Posted November 24, 2003 Share Posted November 24, 2003 I am getting the following error message when the system tries to send a confirmation email - any ideas? Fatal error: Call to undefined function: mail() in /home/httpd/vhosts/vagabondgraphics.co.uk/httpdocs/catalog/includes/classes/email.php on line 500 Link to comment Share on other sites More sharing options...
eHo Posted November 24, 2003 Share Posted November 24, 2003 If you are using a windows based server check your smtp settings in PHP.ini You have to use the right SMTP settings there (i.e. smtp.yourhost.com). I'm not too familiar with a unix based system so try using sendmail & see what happens. (you can set that in your configuration). Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2003 Share Posted November 24, 2003 thanks Jason, The system is hosted on a linux server, and I have enabled sendmail (also tried smtp -but the same error happens). I am wondering if it is a sever problem - sendmail not working or something? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.