{"library":"mailer","title":"mailer","description":"A simple Python module to send email messages. Current version 0.8.1, last updated in 2011. No longer actively maintained; use in legacy projects only.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install mailer==0.8.1"],"cli":null},"imports":["from mailer import Mailer","from mailer import Message"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mailer import Mailer, Message\n\nmailer = Mailer('smtp.example.com')\nmailer.login('user@example.com', 'password')\nmsg = Message(From='from@example.com', To='to@example.com', Subject='Hello', Body='World')\nmailer.send(msg)","lang":"python","description":"Send a plain text email via SMTP.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}