Skip to main content

Yet Another GMAIL client

Project description

yagmail is a GMAIL/SMTP client that aims to make it as simple as possible to send emails.

Sending an Email is as simple:

import yagmail
yag = yagmail.SMTP()
contents = [
    "This is the body, and here is just text http://somedomain/image.png",
    "You can find an audio file attached.", '/local/path/to/song.mp3'
]
yag.send('to@someone.com', 'subject', contents)

# Alternatively, with a simple one-liner:
yagmail.SMTP('mygmailusername').send('to@someone.com', 'subject', contents)

Note that yagmail will read the password securely from your keyring, see the section on Username and Password in the repository’s README for further details. If you do not want this, you can initialize yagmail.SMTP like this:

yag = yagmail.SMTP('mygmailusername', 'mygmailpassword')

but honestly, do you want to have your password written in your script?

For further documentation and examples, please go to https://github.com/kootenpv/yagmail.

The full documentation is available at http://yagmail.readthedocs.io/en/latest/.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yagmail-0.10.209.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yagmail-0.10.209-py2.py3-none-any.whl (16.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file yagmail-0.10.209.tar.gz.

File metadata

  • Download URL: yagmail-0.10.209.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for yagmail-0.10.209.tar.gz
Algorithm Hash digest
SHA256 51d4d805d691b31772825e01ec30aca0843a16ba051c379df15e47695613b6aa
MD5 7237bd5059014213f36c3857aa136fcd
BLAKE2b-256 dab91c91ce08b29647a57a60a347505a0bac7a3cfaf84ead7e11d1dacbe14df3

See more details on using hashes here.

File details

Details for the file yagmail-0.10.209-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for yagmail-0.10.209-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f6f6bb1d244d1459af44c020369829096d085271961ea673b4dafc8790006256
MD5 1493d559c5a1fb130ddbbcdfce661cc5
BLAKE2b-256 19eee5c8407843849e86ace9fd4c9cafd93ec4f647f88e5e82375794d40ceed1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page