Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows users to submit rfc822 formatted email addresses #511

Closed
mbernier opened this issue Oct 19, 2017 · 2 comments
Closed

Allows users to submit rfc822 formatted email addresses #511

mbernier opened this issue Oct 19, 2017 · 2 comments

Comments

@mbernier
Copy link
Contributor

Issue Summary

Similar to: sendgrid/sendgrid-python#348

Where the user can submit email addresses as:
example@example.com
or
example example <example@example.com>

@brandon93s
Copy link
Contributor

It looks like this may be handled already by split-name-email which is consumed by EmailAddress:fromData.

Is there somewhere else this is not handled correctly?

@mbernier
Copy link
Contributor Author

Nope, I just missed it. Thank you! @brandon93s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants