Inconsistent format of email from header “name <email>” #277
Labels
difficulty: medium
fix is medium in difficulty
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Uh oh!
There was an error while loading. Please reload this page.
Issue Summary
Current implementation restrict use default
email_from
behavior. For more info please see https://tools.ietf.org/html/rfc2822#section-3.4Steps to Reproduce
Email
instance from https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/mail/mail.py#L173-L179. You must specifyfrom_email
andfrom_name
as seperate parametrsAs a result client should split
from_email
:Proposal to how to improve this bahaviour.
Because if user now create
Email
from:Actual result:

Technical details:
References:
NOTE:
In
sengrid-python==1.4
this feature is workingThe text was updated successfully, but these errors were encountered: