Can konakart be set to send a copy of the order confirmation email?
Thanks
Yes, just add an email address (or a few) to the "Send Extra Emails" field and emails will be BCC'd to that (or those) address(es).
You can set this field in the KonaKart Admin App under Configurations >> Store Configuration
Thanks a lot ming, really helpfull.
Ok, setting this parameter I get copies of all the emails instead the order confirmation one.
I'm doing something wrong?
It sends a copy of all mails except the new password mail. If you are only interested in the order confirmation mail, you can easily set a rule in your mail client to delete the others.
I´m interested in all the mails, but the one I dont recieve is the order confirmation one.
I get all the changes in order status, the low stock alert, ..... but I never recive the copy of the order confirmations. I´m doing something wrong?.
I have tried to put the "Send Extra Emails To" parameter with one semicolom at the end of the email address, without it, .... but no way. any idea?
Take a look at CheckoutConfirmationSubmitAction.java where the order is saved:
int orderId = kkAppEng.getOrderMgr().saveOrder(/* sendEmail */true);
sendEmail may be set to false.
Ok, that was the bug. It was set to true.
Now I will test it.
THANKS!!!
UHMMMM....
Now WE dont recieve any mail.... not me, not the clients... jejeje....
I have set that parameter to true again and activate the email debug and this is the information I get.
As I can read no email copy is being sent. right?
From: Samples and Shoes <samplesandshoes@gmail.com>
Reply-To: samplesandshoes@gmail.com
To: mintxela@gmail.com
Message-ID: <28094857.1.1219220989578.JavaMail.Mintxela@home>
Subject: Pedido
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<html>.....
From: Samples and Shoes <samplesandshoes@gmail.com>
Reply-To: samplesandshoes@gmail.com
To: samplesandshoes@gmail.com
Message-ID: <28755762.0.1219220989515.JavaMail.Mintxela@home>
Subject: Alerta nivel bajo de stock !
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<html>.....
sendEmail = true means that an eMail is sent, and sendEmail = false means that it isn't sent.
It sends a blind copy so you wouldn't see it on the header.