Found 524 repositories(showing 30)
egulias
PHP Email address validator
neo22s
Simple PHP API to validate emails
evanrobertson
A simple (but correct) Swift library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation
IntegerAlex
This repository contains a Node.js utility for detecting disposable email addresses. It helps identify whether an email address belongs to a disposable email provider, aiding in the prevention of spam and unwanted sign-ups.
adoconnection
C# SMTP and format email validator
egulias
Java RFC strict EmailValidator
chherbst
The best Email validator tested with JUnit
Mhassanbughio
A simple (but correct) Dart class for validating email addresses without using RegEx. Can also be used to validate emails within Flutter apps (see Flutter email validation). Installation Dart requires the latest version of Dart. You can download the latest and greatest here. 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: email_validator: '^1.0.6' 2. Install it You can install packages from the command line: $ pub get .. Alternatively, your editor might support pub. Check the docs for your editor to learn more. 3. Import it Now in your Dart code, you can use: import 'package:email_validator/email_validator.dart'; Usage Read the unit tests under test, or see code example below: void main() { var email = "fredrik@gmail.com"; assert(EmailValidator.validate(email)); } Tips You can also use this repo as a template for creating Dart packages, just clone the repo and start hacking :)
ctf0
validation rule to validate email for Laravel
lukeyouell
Email address validation for user registrations, custom forms and more.
spothero
Android Email Validator
Abhi5h3k
Multiple Email Validator / verifier / deliverability ex: AOL, YAHOO, COMCAST
fzerorubigd
An email validation library, without regex
endermiriz
It is an automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail.
enricodias
Validate and check for disposable/temporary/throw away emails
bkaradzic
Simple library to test is email address valid and/or disposable.
SalesforceLabs
No description available
Jorgeluisreis
EmailValidator é uma aplicação .NET para estudos, desenvolvida para validar endereços de e-mail por meio de múltiplos métodos, incluindo verificação de sintaxe, consulta MX e validação via SMTP
Darkseal
A lightweight and customizable helper class to validate any e-mail address using the HTML living standards RegEx and/or ASP.NET Core built-in validators in C#
rottingham
Email Validator with STMP MX Lookup
adarshPatel509
CSPC41 – PRINCIPLES OF COMPILER DESIGN. Programming Assignment NIT TRICHY
Bishwas-paudel
This is an EmailValidator devloped by using asp.net and api to check email address is exist or not
egulias
RFC strict email validator for Scala
KamilLach
Verify email existance on SMTP Server.
psykher
Verify if email addresses are valid by checking SMTP server
anomalous254
In this script we define an Email Validator Python Script
PHPAuth
Custom e-mail validator (for PHPAuth or standalone)
iamkanhaiyakumar
Email validator: Integral software solution meticulously scrutinizing email addresses for syntax accuracy, including the presence of "@" and domain structure validity, paramount for maintaining dependable communication channels.
Sniffmail
Sniffmail NPM package
harungecit
PHP email validation library to check format, disposable emails, and MX records.