jtwoody Posted September 7, 2008 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('[email protected]', 'Test', 'Is this working?', "From: [email protected]\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!
♥kymation Posted September 8, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.