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 #497

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

Allows users to submit rfc822 formatted email addresses #497

mbernier opened this issue Oct 19, 2017 · 4 comments
Labels
difficulty: medium fix is medium in difficulty status: work in progress Twilio or the community is in the process of implementing type: community enhancement feature request not on Twilio's roadmap

Comments

@mbernier
Copy link

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>

@gr8shivam
Copy link

Can we use PHP mailparse?

@mbernier mbernier removed difficulty: hard fix is hard in difficulty difficulty: medium fix is medium in difficulty difficulty: very hard fix is very hard in difficulty labels Oct 27, 2017
@thinkingserious thinkingserious added status: work in progress Twilio or the community is in the process of implementing difficulty: medium fix is medium in difficulty type: twilio enhancement feature request on Twilio's roadmap labels Feb 27, 2018
@ssiddhantsharma
Copy link
Contributor

## We can use {rfc822.php} to validate email, it is a good workaround and works fine on my system.
(Credits to original author @iamcal)

https://github.com/iamcal/rfc822/blob/master/rfc822.php

require_once "ref822.php" if(is_valid_email_address("email..")){ //valid }

@childish-sambino
Copy link
Contributor

#979 is in the backlog for review. We're (slowly) working through open PRs. Note that PRs where tests are passing are prioritized first.

@childish-sambino childish-sambino added type: community enhancement feature request not on Twilio's roadmap and removed type: twilio enhancement feature request on Twilio's roadmap labels Jul 30, 2020
@thinkingserious
Copy link
Contributor

Since there has been no activity on this issue since March 1, 2020, we are closing this issue. Please feel free to reopen or create a new issue if you still require assistance. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium fix is medium in difficulty status: work in progress Twilio or the community is in the process of implementing type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
5 participants