jtwoody Posted September 7, 2008 Share Posted September 7, 2008 Hope someone can help? If I use the Send Email form in the Tools section of admin, emails get sent fine. Looking at the code, (admin/mail.php) the form uses the X-mailer class. No other emails are getting sent from the site: registration, password reminder, order status, nothing. The email option is sent to sendmail. I put a test script on the server: <?php ini_set('sendmail_path', 'xxxx/sendmail -t -i'); mail('mail@XXX.co.uk', 'Test', 'Is this working?', "From: web@XXX.co.uk\nMIME-Version: 1.0"); ?> This worked fine - got the email. Any ideas what needs changing in the configuration or the classes/email.php files. ( $Id: email.php 1739 2007-12-20 00:52:16Z hpdl $) I've tried smtp but that didn't work THANKS! Link to comment Share on other sites More sharing options...
♥kymation Posted September 8, 2008 Share Posted September 8, 2008 Is Admin > E-mail Options > Send E-Mails set to true? Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.