Gmail Smtplib Micro 0.1.2 | GitLocker.com Product

gmail-smtplib-micro 0.1.2

Last updated:

0 purchases

gmail-smtplib-micro 0.1.2 Image
gmail-smtplib-micro 0.1.2 Images

Free

Languages

Categories

Add to Cart

Description:

gmailsmtplibmicro 0.1.2

python_snail
Provides a wrapper class for smtplib to handle GMail usage
Set up a configuration file and pass through email data
from gmail_smtplib_micro import GmailSMTPLib

g = GmailSMTPLib("pysnail.conf")
g.send_file("file.email","[email protected]")

Can also be invoked with a provided email object
from gmail_smtplib_micro import GmailSMTPLib, Email

subject = "The string of the subject"
body = "This is the body of the email\nIncluding line breaks"

e = Email(subject, body)

g = GmailSMTPLib("pysnail.conf")
g.send_object(e,"[email protected]")

Examples of the configuration and email file can be shown via:
from gmail_smtplib_micro import ExampleEmail, ExampleConfiguration

print(ExampleEmail().show())
print(ExampleConfiguration().show())

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.