Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

Specify the reply or sent from email address? 05.01.2015 17:00

I would like to specify the reply or sent from email address for when a visitor uses the option to email the calculator results. Right now it is showing that i am sending the calculator results using my personal email address. How do I change this.

Thank you of your time and knowledge.

George

Re: Specify the reply or sent from email address? 07.01.2015 09:20

Hi,
when an email is sent, the component copies the 'from' information from your Joomla configuration, surely you have your personal email set at the control panel. In case you need to keep the joomla configuration and change only calcbuilder sender, you must to edit the code where the email is sent, you can find it at:

joomla\components\com_calcbuilder\models\calcbuilder.php

search getEnvioWrapper function and BEFORE this line:


$mailer->setSender($sender);



you can change the sender info:

$sender=array("fromemail@mail.com","yourname");


Hope this helps, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros