Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No EMAILS being sent


quomo

Recommended Posts

Hi

 

No emails are being sent from the OSC 2.2 RC2:

- No Notifications

- No Confirmation emails

- No emails sent through Admin 'send mail' tool

- No Contact Us emails sent

 

Cant find similar post, although I can see loads of issues in other installations.

Tested the PHP with this:

 

<?php
// The message
$message = "Line 1\nLine 2\nLine 3";

// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70);

// Send
$result = mail('[email protected]', 'Test Subject1', $message);

if($result){
echo "Email Has Been Sent .";
}
else {
echo "Cannot Send Email ";
}
?>

 

Its a fresh install with minor changes, no reason for it not to work. Im not impressed. <_<

Im installing another fresh OSC 2.2 RC2 to test in a subfolder.

 

Will appreciate any help.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...