factory method for printing strings
An email address parser based on rfc5322
A URI template implementation (RFC 6570 compliant)
Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for Forward Email and Lad.
A simple Markdown to jsx parser for email templates written in typescript.
Format validation for Ajv v7+
Generate valid JSON data from JSON Schema definitions
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.
Node.js helper module for MailerSend API
Split email messages into an object stream
Get a GitHub username from an email address
Tool for generation samples based on JSON Schema Draft 7
Email parser for Node.js and browser environments
Modern and maintained fork of the template engine consolidation library. Maintained and supported by Forward Email <https://forwardemail.net>, the 100% open-source and privacy-focused email service.
Twilio SendGrid NodeJS internal helpers
A drop-in replacement for (some of) TaffyDB.
Parses emails to remove replies and other potentially unwanted data
Expand placeholders in a template string
Provides a fast, pretty robust e-mail validator. Only checks form, not function.
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
RFC-5321 (Envelope) email address parser
A simple string template function based on named or indexed arguments
A wrapper for the Stytch API
Parameterised tests for Jest
The Exception Notifier plugin provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.
Stencil is a templating library with a number of design goals. * Limited code in templates. This isn't meant to embed ruby in anything - it allows for simple control structures, since that's typically what you need in a template, but full access to the Ruby interpreter is just a tempatation into sin. (From a separation of concerns standpoint.) There's a certain amount of code available in conditionals and interpolations, since otherwise they're much harder to do... * Easy to extend. If you do need something extra from a template, not having it in the templating language is frustrating. It's easy to add features to stencil, since they're described in as well-designed classes. * Generic output. Not everything is a website or a mime-encoded email. It's nice to be able to spit out generic text from time to time. * Data sourced from simple datatypes - hashes and array, referenced with data paths. Views can be extracted from any object, or built up in code.
== FEATURES/PROBLEMS: * a simple FriendMailer object * email templates for HTML and plain text alternative * configurable amount of friends * support for including a user submitted message in the email * support for HTML as well as XML (nice for Flash integration) * server-side validation * error messages in HTML or XML * future feature: search and replace script to replace all relative image tags with absolute ones (http://) == SYNOPSIS: ./script/generate send_to_friends [options]
Adds support for displaying your ActiveRecord tables, named scopes, collections, or plain arrays in a table view when working in rails console, shell, or email template. Enumerable#to_table_display returns the printable strings; Object#pt calls #to_table_display on its first argument and puts out the result. Columns you haven't loaded (eg. from using :select) are omitted, and derived/calculated columns (eg. again, from using :select) are added. Both #to_table_display and Object#pt methods take :only, :except, and :methods which work like the #to_xml method to change what attributes/methods are output. The normal output uses #inspect on the data values to make them printable, so you can see what type the values had. When that's inconvenient or you'd prefer direct display, you can pass the option :inspect => false to disable inspection.
No description provided.
No description provided.
No description provided.
No description provided.