Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Add email validation feature #12

Closed
Bogardo opened this issue Mar 24, 2014 · 3 comments
Closed

Add email validation feature #12

Bogardo opened this issue Mar 24, 2014 · 3 comments
Assignees

Comments

@Bogardo
Copy link
Owner

Bogardo commented Mar 24, 2014

Mailgun just launched a new email validation service called Guardpost which provides the following features:

  • Syntax checks (RFC defined grammar)
  • DNS validation
  • Spell checks
  • Email Service Provider (ESP) specific local-part grammar (if available).

Documentation:
http://documentation.mailgun.com/api-email-validation.html#email-validation

If think this could be a good addition to the Mailgun package.

Proposed syntax:

Mailgun::validate("foo@bar.com");
@Bogardo Bogardo self-assigned this Mar 24, 2014
@CalamityJames
Copy link

+1, that would be very useful for my project!

@Bogardo
Copy link
Owner Author

Bogardo commented Mar 24, 2014

I'll try to add this feature this week.

@Bogardo
Copy link
Owner Author

Bogardo commented Apr 14, 2014

@CalamityJames Just added the new validation service. Please read the docs for more information

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

No branches or pull requests

2 participants