A simple and clean email validator.
Provides a fast, pretty robust e-mail validator. Only checks form, not function.
Format validation for Ajv v7+
Provides a fast company / work email validator by checking whether the email domain is in the free email provider list.
Validate identifier/keywords name
Another JSON Schema Validator
Validate plugin/preset options
Validators for Vuelidate
Additional JSON-Schema keywords for Ajv JSON validator
Validates emails based on regex, common typos, disposable email blacklists, DNS records and SMTP server response.
Decorator-based property validation for classes.
String validation and sanitization
Another JSON Schema Validator
Formats 'email', 'ipaddress' and 'url' for convict
Ajv class for JSON Schema draft-04
Express middleware for the validator module.
Object schema validation
React Email Prop Type
Advanced email validation with MX records, SMTP verification, disposable email detection, batch processing, and caching. Production-ready with TypeScript support.
Fresh list of all free email domain providers. Can be used to check if an email address belongs to a company. Updated weekly.
mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.
Custom error messages in JSON Schemas for Ajv validator
Validate form asynchronous
validate form asynchronous
This is a simple gem for Ruby that simplifies validating email addresses. It provides clean methods like String#is_email? and provides you valid RFC2822 regexp for more complex tasks. See the website for more information.
This gem is pack of methods to convert or validate different formats of strings and texts in model, like telephone numbers (CZ/SK format), email, or (european) names (currently). Or to clean string of too much whitespaces. It provides *convert* methods for attributes of model (getter and setter method in object is enough). They are used in save hooks. There are also *validator* methods for ActiveModel nd hook for automatic ActiveRecord integration. Just type: (`require 'paranoid_starlight/active_record'`) Specs included.
MailOdds provides email validation services to help maintain clean email lists and improve deliverability. The API performs multiple validation checks including format verification, domain validation, MX record checking, and disposable email detection. ## Authentication All API requests require authentication using a Bearer token. Include your API key in the Authorization header: ``` Authorization: Bearer YOUR_API_KEY ``` API keys can be created in the MailOdds dashboard. ## Rate Limits Rate limits vary by plan: - Free: 10 requests/minute - Starter: 60 requests/minute - Pro: 300 requests/minute - Business: 1000 requests/minute - Enterprise: Custom limits ## Response Format All responses include: - `schema_version`: API schema version (currently "1.0") - `request_id`: Unique request identifier for debugging Error responses include: - `error`: Machine-readable error code - `message`: Human-readable error description
No description provided.
No description provided.