Search in support tickets

#204 – replyto dosnt work

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Saturday, 06 January 2018 10:24 CET
webuniverse
Hello

In the eMail-Configuration i have set to: "Website(recommended): send the email using the email address of your Joomla "

The Problem with this is, the sender receive the eMail from the default eMail-Adress (thats ok) BUT, when he wants to answer the Reply to eMail-Adress is also the System Default Adress.

Is there a solution for this?

Thank
Corinne
Custom Fields
Joomla Version
3.8.3
PHP Version
7.0.26
Product
AdsManager
Product Version
3.1.11
Saturday, 06 January 2018 10:57 CET
webuniverse
I found the solution :-)

Line 887 in the controller.php

OLD
$sendEmail = TMail::sendMail($from,$fromname,$fieldMail,$subject,$body,1);

NEW
$sendEmail = TMail::sendMail($from,$fromname,$fieldMail,$subject,$body,1,NULL,NULL,NULL,$email);
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.