eCard module, when the receiver hits reply, it goes back to the webmaster

wise_mike

Joined: 2008-10-21
Posts: 158
Posted: Fri, 2013-06-28 17:20

When someone sends an ecard through the module, when the receiver hits the reply button on their email to thank the sender, the email that is replied to is the webmaster's email, and not the original sender's email!

Any suggestions much appreciated.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2013-06-29 06:23

I think that if you add the red on about line 106 of ecard/contollers/ecard.php

	  $sendmail
        ->to($to)
	->reply_to($from)
	->from($from)
        ->subject($subject);

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team