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
Currently it's only possible to set reply-to to the [email protected] value. sendgrid-python allows setting both the name and the email for the To and From fields though.
We are actively working on this one internally, along with a couple other tickets. You should see a response from @tushdante or @thinkingserious very soon.
Hi,
It would be great if it was possible to specify Reply-To email addresses of the form
Currently it's only possible to set reply-to to the
[email protected]
value. sendgrid-python allows setting both the name and the email for theTo
andFrom
fields though.From my reading of the API (https://sendgrid.com/docs/API_Reference/Web_API/mail.html) it also seems that the API would need to be updated to allow a
replytoname
field.Somewhat related to this: It seems the API allows Friendly Names for both cc and bcc, but not the python library.
What do you think?
The text was updated successfully, but these errors were encountered: