VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: rwkc on September 04, 2012, 03:34:19 AM

Title: Order notification emails are not being sent to store admin or customer
Post by: rwkc on September 04, 2012, 03:34:19 AM
Virtumart 2.0.0RC3
Joomla! 2.5.6 Stable
PHP Version 5.3.8

All order notification emails are not being sent to the store admin or the customer, yet if you send a message via the contact form it works just fine and if you ask a question about an item you get an error "hacking attempt" but the message still gets delivered.

My main concern is to make virtumart send an email when a order comes in.

Please help.


[attachment cleanup by admin]
Title: Re: Order notification emails are not being sent to store admin or customer
Post by: jenkinhill on September 05, 2012, 11:43:10 AM
First update your VM version. 2.0.0 did not work properly with J2.5 - and has a known critical security issue.
Title: Re: Order notification emails are not being sent to store admin or customer
Post by: Javichino on November 10, 2012, 03:37:10 AM
I'm having the problem that when you sign a purchase order, no email is sent or the buyer or VirtueMart administration. I have Joomla 2.5.6 and VM 2.0.12f
Title: Re: Order notification emails are not being sent to store admin or customer
Post by: weballabout on November 20, 2012, 10:55:08 AM
The same i am facing also no confirmation e-mail to customer or to admin
Title: Re: Order notification emails are not being sent to store admin or customer
Post by: Javichino on November 20, 2012, 23:44:08 PM
QuoteThis is a fix, that worked in my case:

file
libraries\phpmailer\phpmailer.php
line 472

change the line
$params = sprintf("-oi -f %s", $this->Sender);
into
$params="-oi";

the "From" is contained in headers as well, so you won't loose it

Via: http://www.joomlahackers.net/virtuemart-tutorials/order-confirmation-mail-not-sent-to-admin-in-virtuemart.html