eCard module, when the receiver hits reply, it goes back to the webmaster
wise_mike
Joined: 2008-10-21
Posts: 158 |
![]() |
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
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
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 |
|