osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Problem receiving email notifications of orders

This is a discussion on Problem receiving email notifications of orders within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Ok, I have a client using oscmax v2 and she has transferred all of her customers over manually from her ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 07-15-2006, 10:46 AM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default Problem receiving email notifications of orders

Ok, I have a client using oscmax v2 and she has transferred all of her customers over manually from her previous ecommerce store. Now, when I place a test order (I was not transferred- I created my own account through her store front), using either paypal or money order which are her two methods of receiving payments, she and I both get notification of that order. However, none of the other customers are getting any of the notifications nor is she, just confirmation through paypal. Is it because she transferred them over using the add customer option in admin or is there something we are doing wrong?

***Edit---the orders ARE showing up in admin. She is just not getting notifications nor are the customers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 07-16-2006, 12:00 AM
Cisco's Avatar
Member
 
Join Date: Feb 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Cisco
Default RE: Problem receiving email notifications of orders

Please post the site url:

Alert client that there will be some test orders and check comments on the orders.

Has there been any modifications since this issue started to occur?

Did you try to re do the upload to see if a file was corrupt?

Did you heck the customer file up load to see if they are the same?

Did you check to see if the customers emails are uploaded or if the file name is exactly the same?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 07-21-2006, 05:18 AM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default RE: Problem receiving email notifications of orders

Thanks for the offer, I searched the messages here and on oscommerce and found that we needed to include the redirect back to the website because customers werent doing that at paypal. So it is working properly now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-01-2006, 01:14 PM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default RE: Problem receiving email notifications of orders

****Update, she has emailed me telling me that she hasnt received the last three orders where one went through paypal and she was notified of it via paypal . Anything else we can check?
She has the redirect in place at paypal, we have her emails set up in the admin area properly as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-14-2007, 10:35 AM
Lurker
 
Join Date: Feb 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
plorimer is on a distinguished road
Default Re: Problem receiving email notifications of orders

A lot of people post this question. Basically it can be down to a lot of things. If your server uses sendmail it could be due to a mis-configuration, file permissions on the mail queue or any number of spam prevension techniques.

Here is a solution that allways works (Windows, Mac or Linux)

Install phpMailer - can be done via pear then use it instead of the built in mail class. Simply insert it into the definition of the mail function in includes/functions/general.php

Here is what mine looks like and I have never had a single email that did not get sent since:

PHP Code:
 function tep_mail($to_name$to_email_address$email_subject
$email_text$from_email_name$from_email_address$to_address
{
    if (
SEND_EMAILS != 'true') return false;
 
require(
"phpMailer/class.phpmailer.php");
 
$data strip_tags($email_text);
$data1 str_replace('<br><br>','\r\n',$data);
 
$mail = new PHPMailer();
$mail->IsSMTP();                                      // set mailer to use SMTP
$mail->Host "<your host>";  // specify main and backup server
$mail->SMTPAuth true;     // turn on SMTP authentication
$mail->Username "<user>";  // SMTP username
$mail->Password "<pass>"// SMTP password
$mail->From "$from_email_address";
$mail->FromName "$from_email_name";
$mail->AddAddress($to_email_address);
$mail->WordWrap 50;                                 // set word wrap to 50 characters
 
/*$mail->AddAttachment("/var/tmp/file.tar.gz");         // add attachments
$mail->AddAttachment("/tmp/image.jpg", "new.jpg");    // optional name
*/
 
$mail->IsHTML(true);                                  // set email format to HTML
$mail->Subject "$email_subject";
$mail->Body    "$data"// html format
$mail->AltBody "$data1"// plain text for old email clients
if(!$mail->Send())
{
   echo 
"Message could not be sent. <p>";
   echo 
"Mailer Error: " $mail->ErrorInfo;
   exit;
}
 

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email confirmation of new orders is unreadable. jptechnical osCommerce 2.2 Discussion 2 12-20-2006 05:13 PM
need to add timeslots for delivery in orders email chuan osCMax v2 Customization/Mods 0 10-16-2006 06:33 PM
Email notifications not received anymore ozstar osCMax v2 Installation issues 1 10-13-2006 04:16 AM
Getting email (SMTP) notifications working?? oling osCMax v2 Installation issues 1 08-11-2006 12:46 PM
Problems in email orders maxi032 osCMax v1.7 Discussion 2 11-15-2003 03:03 AM


All times are GMT -8. The time now is 06:04 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax