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

Recommended Software for Web