sendgrid - Email "reply-to" is being ignored in favour of "from" -


we have app sends emails on behalf of our clients. emails sent via sendgrid. part of have verified our email sending domains via dkim , spf.

when our clients send email, constructed follows:

from: tom smith <email-service@ourserver.com>   reply-to: tom.smith@email.com  

this works in vast majority of cases, there situations "reply-to" not being respected - recipients clicking "reply" in email clients , reply coming us.

is there missing here. need explicitly set or sender header? or else?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -