MIME (Multi-Purpose Internet Mail Extensions) is an extension of the SMTP (Simple Mail Transfer Protocol) that allows users to send files along with their emails.Apache JAMES Mime4j can be used for building tools that manipulate MIME data and programmatic...

Apache JAMES jSPF is an open source, simple, and lightweight solution for detecting email spoofing, the act of forging the sender's email address (identity).This library was designed after the official SPF specification and is a must-have tool for any...

Sieve is a programming language created specifically for usage in email servers, allowing server administrators to create various filters for incoming mail.Apache JAMES jSieve is a Java version of this language, closely implementing its basic principles...

Images and files will be included into the mail body and will be sent to the recipient(s). MIME mails (Multipurpose Internet Mail Extensions) can be formed of more than just plain text.What's the benefit? Once the recipients got your e-mail, they don't...

SpoolMail

SpoolMail 2.003

SpoolMail works by searching for the server's email system, open the undelivered folder and allow the user to open up emails sent by the server configured in a testing/development environment.This folder, also known as "spool" holds all the emails a...

Email Framework is a starter kit for creating responsive HTML email templates.It is built following modern email coding best practices and comes with support for a wide array of email clients like Gmail, Yahoo, Outlook, Hotmail, Apple Mail, Lotus Notes,...

Nodemailer

Nodemailer 1.3.4 updated

Nodemailer is a emailing utility for Node.js, similar to what the mail() function does in PHP (as per functionality, not implementation).This module's main function is to allow emails to be sent out from a Node.js server, by allowing the platform to tap...

Tellmatic

Tellmatic 1.0.8.9 / 1.0.9.0-rc1

All newsletters are created from the browser using a WYSIWYG interface (tinyMCE).Images and attachments can be easily added to the newsletters. Newsletters are stored in groups for e.g. specific topics or recipient groups. Newsletters can be sent as...

mailto: links are one of the most annoying things in Web development for both users and programmers.Developers hate them because they use a special syntax to format some of the email settings which they always seem to forget when they need it most.And on...