Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email problems


jtwoody

Recommended Posts

Posted

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!

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...