Giter Site home page Giter Site logo

thedahoom / disposable-email Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.67 MB

a lightweight, no dependencies, disposable email npm package with types forked from https://github.com/disposable/disposable

Home Page: https://www.npmjs.com/package/@dahoom/disposable-email

License: Other

JavaScript 100.00%
disposable-domains disposable-email disposable-email-blocker disposable-email-domains disposable-emails github-actions lightweight no-dependencies updated typescript

disposable-email's Introduction

Disposable email domains

a simple, no dependencies, regularly updated disposable email npm package with types forked from https://github.com/disposable/disposable

Update npm version installs install size minzip size

npm i @dahoom/disposable-email

I recommend using this serverside to avoid malicious workarounds

Examples

regular usage:

import disposable from "@dahoom/disposable-email";

const email = '[email protected]';

//returns true if the email is disposable, false if not
const temp = disposable.validate(email);

if(!temp){
  return 'disposable emails are not allowed';
}

if you just want to import the function itself:

import { validate } from "@dahoom/disposable-email";

const email = '[email protected]';

//returns true if the email is disposable, false if not
const temp = validate(email);

if(!temp){
  return 'disposable emails are not allowed';
}

Description

Function Description
validate(domainOrEmail, callback) Validates if a domain or email is disposable.
Parameter Description
domainOrEmail The domain or email to validate.
callback The optional callback function to execute after validation.
Returns Description
boolean Returns true if the domain or email is not disposable, false otherwise.

Credits

Types included from @types/disposable-email

Forked from https://github.com/disposable/disposable

A collection of domains for disposable email services like 10MinuteMail and GuerrillaMail. Also, some ๐Ÿ›  to make your life easier.

disposable-email's People

Contributors

actions-user avatar thedahoom avatar

Stargazers

 avatar

Watchers

 avatar  avatar

disposable-email's Issues

duck.com incorrectly listed as a disposable email service

Hello,

I'm writing as a postmaster for duck.com, DuckDuckGo's email forwarding service.

It seems we've landed on your list as a disposable email. We don't intend for our service to be used as a disposable email. We take any reports of abuse seriously. Would you consider removing this entry?

Thank you,

Brian Kowalewicz

Block new

Provider is https://skiff.com/quick-alias and it's actually subdomains, each user can generate their own subdomain. I tested it, very easy.

The page title of https://skiff.com/quick-alias is "Quick alias burner email address". In the HTML I see

<meta name="description" content="Secure and quick-to-create burner email addresses with Skiff!

There is a browser plugin https://github.com/irazasyed/email-masker to create one email per website, skiff.com's twitter account promoted it, the github repository is tagged as 'burner-email'

You should add:

  • maskmy.id because it is there main domain
  • anything.maskmy.id because it allows you to create disposable addresses with random subdomains

IMG_1500
IMG_1501

Inclusion of Simple Login domains in your disposable email list

Hello,

This is Nikola contacting you on behalf of the Proton Mail (SimpleLogin) Support.

Due to numerous reports, it has recently come to our attention that our domains appear in your list of disposable domains. As such, some of our users are unfortunately unable to utilize their Simple Login address for websites in use of your list.

Currently, the domains listed below appear to be blocked.

  • slmail.me

  • dralias.com

  • 8alias.com

  • 8shield.net

Could you please inform us why it is that you are listing Simple Login addresses as disposable; is this caused by external factors?

We would be glad to have an opportunity to work with you toward resolving the current issue between our services.
If this cause of the discrepancy is abuse/spam related, could you please kindly provide us with more information, so that we can investigate internally and make sure to improve our system?

Currently, we are Switzerland's largest email provider with over 100 million active users, and we believe it would be of mutual benefit to coexist without experiencing these issues.

Please feel free to contact us at a time of your convenience. Looking forward to your reply.

Best regards,
Proton Anti-Abuse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.