About¶ Envelopes is a wrapper for Pythonâs email and smtplib modules. It aims to make working with outgoing e-mail in Python simple and fun. from envelopes import Envelope, GMailSMTP envelope = Envelope( from_addr=(u'[email protected]', u'From Example'), to_addr=(u'[email protected]', u'To Example'), subject=u'Envelopes demo', text_body=u"I'm a helicopter!" ) envelope.add_attachment('/Users/bilbo/Pict
{{#tags}}- {{label}}
{{/tags}}