Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email problems


jtwoody

Recommended Posts

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

Archived

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

×
×
  • Create New...