View Source Disposable (Disposable v0.1.2)
Checks if an email address is from a disposable email service. Uses an Agent to keep domains in memory for faster checking.
Summary
Functions
Checks if an email address is from a disposable email service.
Returns a specification to start this module under a supervisor.
Reloads the domains from the file into memory. Useful for updating the list without restarting the application.
Functions
Checks if an email address is from a disposable email service.
Examples
iex> Disposable.check("test@example.com")
false
iex> Disposable.check("test@alltempmail.com")
true
Returns a specification to start this module under a supervisor.
See Supervisor.
Reloads the domains from the file into memory. Useful for updating the list without restarting the application.