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.13.238.tar.gz (17.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.13.238-py2.py3-none-any.whl (16.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: yagmail-0.13.238.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for yagmail-0.13.238.tar.gz
Algorithm Hash digest
SHA256 8bbc14f94fda84ea5a157f5e8eb8608f37eea698f8896255df082d161dc0e944
MD5 8645c24c136e62495ac4603d7507f4c1
BLAKE2b-256 6c266b98a2669e6a8559e7c23c323327007d04653deba54cdd52306e6d9eca30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yagmail-0.13.238-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for yagmail-0.13.238-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81476140fe7fb3e9317fd2ab199cbad0f3fa8fa3a6edc765317e114621eecaae
MD5 7c1b8c581e60de58be4315cc3cf3d581
BLAKE2b-256 5d666d1f76b189f23aefbdbd5c1bd7d96eb39e5121718878658e885c0411e158

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