quomo Posted September 3, 2008 Share Posted September 3, 2008 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 More sharing options...
quomo Posted September 3, 2008 Author Share Posted September 3, 2008 After installing a fresh OSC 2.2 RC2 to test in a subfolder, the same problems occurs in this installation. ANy ideas why OSC has this issue? Link to comment Share on other sites More sharing options...
quomo Posted September 3, 2008 Author Share Posted September 3, 2008 SIMPLE SOLUTION: Always make sure you use an email address for the shop owner ([email protected]) using the same domain as the shop (www.myshop.com) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.