Open nkoester opened 5 months ago
Check the debugging logs does not apply
Version latest
Describe the bug I would be very happy if I could set a reply-to for the sent email. Use case is as follows: I send mails from a no-reply@ address but want questions and other replies to go to a mailinglist instead of the single user.
My guess is that simply setting
$mail->addReplyTo('info@example.com', 'Information');
as in the sample over here https://github.com/PHPMailer/PHPMailer?tab=readme-ov-file#a-simple-example and forwarding it to an ENV variable would do the trick?
Check the debugging logs does not apply
Version latest
Describe the bug I would be very happy if I could set a reply-to for the sent email. Use case is as follows: I send mails from a no-reply@ address but want questions and other replies to go to a mailinglist instead of the single user.
My guess is that simply setting
$mail->addReplyTo('info@example.com', 'Information');
as in the sample over here https://github.com/PHPMailer/PHPMailer?tab=readme-ov-file#a-simple-example and forwarding it to an ENV variable would do the trick?