News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Order notification emails are not being sent to store admin or customer

Started by rwkc, September 04, 2012, 03:34:19 AM

Previous topic - Next topic

rwkc

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]

jenkinhill

First update your VM version. 2.0.0 did not work properly with J2.5 - and has a known critical security issue.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Javichino

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

weballabout

The same i am facing also no confirmation e-mail to customer or to admin

Javichino

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