Sousa Posted October 16, 2006 Posted October 16, 2006 Hello how can i receive a email when a new order have been placed? I already try to search the forum, and place the email in administration page, but i still don't receive emails. Thanks in advance. KUBICO from Portugal
ComicWisdom Posted October 16, 2006 Posted October 16, 2006 Hello how can i receive a email when a new order have been placed? I already try to search the forum, and place the email in administration page, but i still don't receive emails. Thanks in advance. goto admin the very first page that opens... send other email to.... put your email address in it. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
Sousa Posted October 16, 2006 Author Posted October 16, 2006 I already try that, but without sucess. My email options are: E-Mail Transport Method smtp E-Mail Linefeeds CRLF Use MIME HTML When Sending Emails false Verify E-Mail Addresses Through DNS false Send E-Mails true KUBICO from Portugal
Guest Posted October 16, 2006 Posted October 16, 2006 Have you installed any contribs? Uninstall those after this started happening and check if you still have the same problem.
mwcannon Posted October 16, 2006 Posted October 16, 2006 Have you installed any contribs? Uninstall those after this started happening and check if you still have the same problem. I had this problem and I think one of the contributions had changed the code for sending email. Here is what is *now* on my site and is working: //The code here is what works //Add eMail to Order tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); //This did *not* work but was in the code // tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, $new_mail_subject, $email_order, $order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address']); //This was a suggested hack but this did not work either // tep_mail('', 'Michael Cannon ,WizardsWorkshop.com>', $new_mail_subject, $email_order, $order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address']);
Sousa Posted October 16, 2006 Author Posted October 16, 2006 mwcannon, what files i have to change? KUBICO from Portugal
Recommended Posts
Archived
This topic is now archived and is closed to further replies.