email_checker
Simple library checking the validity of an email. Checks are performed in the following order: - REGEX: validate the emails has a good looking format - MX: validate the domain sever contains MX records - SMTP: validate the SMTP behind the MX records knows this email address (no email sent)
EmailPackage Resources
Stars
Unreleased Activity
First Release
9
years agoLast Release
3
years agoDownloads
116.9k
last 90 daysLast Stable Version
0.2.4
Activity
Pull Requests
Issues
Version 0.2.4
This package has no dependencies
Optional Dependencies
Dependencies that are not required by default but can be installed or enable additional features or functionality
swoosh
1.19.5Compose, deliver and test your emails easily in Elixir. Supports SMTP, Sendgrid, Mandrill, Postmark, Mailgun and many more out of the box. Preview your emails in the browser. Test your email sending code.
gen_smtp
1.3.0The extensible Erlang SMTP client and server library.
bamboo
2.5.0Straightforward, powerful, and adapter based Elixir email library. Works with Mandrill, Mailgun, SendGrid, SparkPost, Postmark, in-memory, and test.
bamboo_phoenix
1.0.0Use Phoenix to rendering your Bamboo emails