Hi,
It would be great if it was possible to specify Reply-To email addresses of the form
Buffy Summers <buffy123@example.com>
Currently it's only possible to set reply-to to the buffy123@example.com value. sendgrid-python allows setting both the name and the email for the To and From 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?
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
buffy123@example.comvalue. sendgrid-python allows setting both the name and the email for theToandFromfields 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
replytonamefield.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?