-
Notifications
You must be signed in to change notification settings - Fork 0
r0wb0t/makemail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tiny python "DSL" that makes it easier to send email USAGE: import makemail makemail.SMTP_SERVER = 'your.smtp.server' from makemail import * send(Multipart('mixed',to='a@example.com', _from='b@example.com', subject='foo').containing( TextMail().containing("hello I am first"), TextMail(content_disposition='inline').containing("I will be an inline attachment"), ))
About
A little python DSL for sending email
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published