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

mailcheck.js

mailcheck.js 1.1.1 updated

Reads an input field and tries to correct wrongfully entered email addresses by suggesting the correct one.Does not analyze the email account name, but analyzes the domain and the domain extension.Features: Supported...

Mailcode

Mailcode 1.9.3

It automatically validates entered e-mail addresses, processes the form and incorporates a CAPTCHA system as an anti-spam policy.All submitted messages can be logged to a flat file for later review. Mailcode is expandable, allowing you to include your own...

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

Mailkick

Mailkick 0.1.3 updated

Mailkick simplifies the process of creating email subscription forms, sending out newsletters and reviewing spam or bounce reports.The library only deals with the process of building the subscription forms and initiating the email sending operations.The...

Mailpile

Mailpile 0.5.2 updated

Mailpile is what email should be these days. No ads, no NSA intrusions, private, fast and well-organized. Unfortunately email is not like this everywhere.Started out as a crowd-funded project and with a specific goal of ending intrusions in our email...

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

MIMEmail (PHP)

MIMEmail (PHP) 2.3 updated

Basically, if the user just wants to send a simple message with plain text and don't want to attach any files to it, he doesn't need this script.He can use the PHP mail-function instead.However, if you want to send HTML mails including images and...