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...

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...

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...

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...

The script works by checking the MX records of a specified email address.If the domain exists, it then asks the mail server if that email username exists as well.The entire 'PHP Mail tester' script is contained in one single PHP file and can be hosted on...

Simple Java Mail is a wrapper of Sun's JavaMail feature.It allows Java developers to programmatically send emails from their code.Simple Java Mail supports complex email structures and even HTML content.The library also produces RFC complaint emails, so...

mailcheck

mailcheck 1.0

Using the Levenshtein distance algorithm, the mailcheck class will parse the user's inputted email address and detect if the domain name has been typed wrong.If so, a suggestion for the correct name is shown under the input field.The supported email...

PHP MiniMailer lets developers set a preset email subject and body.They can then pass the script a list of email addresses and PHP MiniMailer will send emails to all of them.If the email is not sent, an error will be shown.A small demo is included with...

mailer

mailer 0.7

It merges the Python smtp and email modules, takes a simple configuration before sending the email.Usage:Send an email with an attachment.import mailermessage = mailer.Message()message.From = "me@example.com"message.To = "you@example.com"message.Subject =...