-
Notifications
You must be signed in to change notification settings - Fork 6
Investigate why the feedback e-mails do not come to the set mail. #1752
Comments
@johnhbenetech it seems that it's no longer allowed to set 'from' address when sending out emails with Sendgrid (it still returns code 202, the error message can probably be found in the Sengrid app). I will try setting 'Reply-to' header, if that doesn't work perhaps we can include something like 'Please reply to [email protected]' in the body of the message? |
@johnhbenetech as per docs - the sender identity has to be verified https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ |
Yes, let's just include it in the body, The from address can be '[email protected]' |
@johnhbenetech I was able to use reply-to header, is this sufficient? the delivered email looks like this: |
@jkondrat looks good |
#1752: Use feedback receiver address as 'from' ema…
Feedback emails are sent properly once again. |
Bug description
According to #1133 after sending a feedback email it should be delivered. During regression, I asked @johnhbenetech and he confirmed that he didn't get an email. Please investigate why.
To Reproduce
Steps to reproduce the behavior:
Dev Signoffs
QA Signoffs
Product Signoff
The text was updated successfully, but these errors were encountered: