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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for yagmail-0.14.261.tar.gz
Algorithm Hash digest
SHA256 745b3728d22afab48368190f0adeab5b9c5635df96cef2210638a89eb62b72d1
MD5 3a8cb07b6b26e08aad6ed692d3dd152b
BLAKE2b-256 e066dc0c1c05577b5db2c16d7c0430022938d0b77ff2d7ed20eb0cb246206a78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yagmail-0.14.261-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.14.261-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f77d95395e5e553a7a18785abc17bc0ade82f81d3debc20619dfff90f5ced3bf
MD5 fdcf6d0d70fce43ffa117343d3235824
BLAKE2b-256 ac7f5d4740edce6ffed0764133e565ca5d34e47f9cba780795f5c70a8780e43d

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