All Projects → th0th → is-email-disposable

th0th / is-email-disposable

Licence: MIT License
A REST API for checking if an e-mail address is disposable (a.k.a. throwaway). https://isemaildisposable.webgazer.io

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to is-email-disposable

trualias
Mentally computable verification codes for email aliases implemented as a postfix tcp table or milter; uses asyncio.
Stars: ✭ 33 (+0%)
Mutual labels:  email
rss2email
Convert RSS feeds to emails
Stars: ✭ 72 (+118.18%)
Mutual labels:  email
mailmask
Mailmask - easy stop unwanted email. Unlimited, free temporary email addresses, all forwarding to your real email address. Beat spam, protect your privacy.
Stars: ✭ 31 (-6.06%)
Mutual labels:  email
thymeflow
Installer for Thymeflow, a personal knowledge management system.
Stars: ✭ 27 (-18.18%)
Mutual labels:  email
gmail-gitlab-filtering
Google Apps Script for Gmail to filter and sort email from GitLab
Stars: ✭ 84 (+154.55%)
Mutual labels:  email
mailauth
Command line utility and a Node.js library for email authentication
Stars: ✭ 57 (+72.73%)
Mutual labels:  email
email-checker
Provides email verification on the go.
Stars: ✭ 116 (+251.52%)
Mutual labels:  email
go-html-email
Sending HTML email using Go 💌
Stars: ✭ 31 (-6.06%)
Mutual labels:  email
camunda-bpm-mail
Mail connectors for Camunda Platform 7
Stars: ✭ 64 (+93.94%)
Mutual labels:  email
email-framework
A simple, gulp powered framework to develop and test responsive emails.
Stars: ✭ 19 (-42.42%)
Mutual labels:  email
email-reply-parser
🔎 Node library for parsing plain text email content.
Stars: ✭ 31 (-6.06%)
Mutual labels:  email
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (+87.88%)
Mutual labels:  email
smtp-translator
An SMTP server that converts emails into Pushover notifications.
Stars: ✭ 23 (-30.3%)
Mutual labels:  email
email-providers
A list of common eMail providers.
Stars: ✭ 17 (-48.48%)
Mutual labels:  email
dispatch
A self-hosted mail forwarding API microservice
Stars: ✭ 24 (-27.27%)
Mutual labels:  email
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (+90.91%)
Mutual labels:  email
go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (+803.03%)
Mutual labels:  email
MAQS
Magenic's automation quick start
Stars: ✭ 46 (+39.39%)
Mutual labels:  email
wp-mail-catcher
A fast, lightweight plugin that saves emails sent by your WordPress website.
Stars: ✭ 16 (-51.52%)
Mutual labels:  email
mailx
A lightweight SMTP mail library
Stars: ✭ 17 (-48.48%)
Mutual labels:  email

is-email-disposable

A REST API for checking if an e-mail address is disposable (a.k.a. throwaway).

Using the hosted version

WebGazer offers this as a publicly available service. You can freely use it on https://isemaildisposable.webgazer.io.

For example, a GET request to https://isemaildisposable.webgazer.io/[email protected] will return with this response:

{
  "isDisposable": true
}

You can send full e-mail address or only the domain, too. If you don't set the email query parameter, you will get a HTTP 400 Bad Request response.

Deploying

The application is also available to be used as a docker image. You can deploy your own self-hosted version:

$ docker run -p 80:80 th0th/is-email-disposable

I found a new domain...

If you came across a new domain that is used a disposable e-mail address source, you can add it to domains.json in a pull request. Please mind that domains in this file are listed alphabetically.

Contribution

Even if this is a very simple application, if you have some kind of improvement idea, don't hesitate to create an issue. Or a PR would be even better :)

Shameless plug

I am an indie hacker and I am running an uptime monitoring and analytics platform called WebGazer. You might want to check it out if you are running an online business and want to notice the incidents before your customers.

License

Copyright © 2020, Gökhan Sarı. Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].