You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration: _ SMTP connection URI: smtps://xxx@gmail.com@smtp.gmail.com: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:
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:
same problem.
my replyTo field contains email address (string), but same result.
if i try to change "Default REPLY-TO address (Optional)" in extension configuration from default value to different, i have:
"There was an unknown error while processing the request."
Configuration
_ SMTP connection URI: smtps://xxx@gmail.com@smtp.gmail.com: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: