🐛 [Firestore-send-email] The default replyTo field is not overridden when using GMAIL smtp #2186
Labels
extension: firestore-send-email
Related to firestore-send-email extension
type: bug
Something isn't working
Configuration
_ SMTP connection URI: smtps://xxx@[email protected]:465
_ Both the default FROM and default REPLY-TO are set. Mail sending works. Reply to header gets set in received emails.
Problem
Trying to override default Reply To address but it's not working.
Steps to reproduce:
Create a firestore document for use by the extension as follows:
Expected result
The email address sent along with the document appears in the Reply To header of the received email.
Actual result
There are no errors but the default email address from the extension's configuration appears in the email's reply to header instead of the replyTo email address sent along in the document.
The text was updated successfully, but these errors were encountered: