Extract emails from just about any string
A library of string for JavaScript and TypeScript. Find emails in string, strip html tags, validate password etc.
🔨 Find emails in plain text file
Takes a string containing email addresses and returns array of emails in original string
Easy as cake e-mail sending from your Node.js applications
A framework for responsive emails
Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad. Cross-browser and cross-platform email testing.
Get all email addresses in a string
Official Node.js client library for the Postmark HTTP API - https://www.postmarkapp.com
A live preview of your emails right in your browser.
Generate rich random data based on a JSON template file.
send text/html emails and attachments (files, streams and strings) from node.js to any smtp server
Gmail MCP server with auto authentication support
GOV.UK Notify Node.js client
A live preview of your emails right in your browser.
Easily configure your Strapi application to send emails.
Twilio SendGrid NodeJS internal helpers
NestJS - a mailer module (@mailer)
Cypress email and SMS plugin for MailSlurp. Create test email accounts to send and receive emails in Cypress tests. Read SMS and TXT messages too and test against fake mailservers.
A library to convert URLs to a clickable HTML anchor elements
A resend component for Convex.
Regular expression for matching email addresses
[![License][badge-license]][license] [![Version][badge-version]][package] [![Downloads][badge-downloads]][package]
A local version of Amazon Simple Email Service (AWS SES) supporting the V2 API
Email protection liquid filter for Jekyll
Spamspanify extends the String class with a spamspanify method that replaces all email addresses in a string with HTML markup that can be handled by the SpamSpan javascript library.
A gem for managing a list of email addresses stored in a string.
EmailDetector detects email addresses in an input string.
validate if a string is right email format
A gem for masking any contact information such as websites, phone numbers, and emails in a string.
Naughty or Nice simplifies the process of extracting domain information from a domain-like string (an email, a URL, etc.) and checking whether it meets criteria you specify.
Automatically detect and redact sensitive data like emails, credit cards, SSNs, and tokens in strings and nested structures with configurable patterns.
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.
extend ActiveRecord validations by checking if a string is a valid email address
This gem helps you generate random string of various "types" - a random email, a random date, a random Twitter handle, etc. Or just a random string.
This validator uses modern email validation with URI to handle the nuances of checking email throughout your application. Rather than customizing a bunch of random regex that you found on various stack overflow pages, this lets you include a single validator throughout your entire application. It can handle single emails, or even the odd case of multiple emails in a long string.