Skip to main content

Yet Another GMAIL client, using AsyncIO

Project description

aioyagmail - Yet Another GMAIL/SMTP client, using AsyncIO
=========================================
`aioyagmail` is a GMAIL/SMTP client that aims to
make it as simple as possible to send emails.

Sending an Email is as simple:

.. code-block:: python

import asyncio
from aioyagmail import AIOSMTP

loop = asyncio.get_event_loop()

async def send_single():
# walks you through oauth2 process if no file at this location
async with AIOSMTP(oauth2_file="~/oauth2_gmail.json") as yag:
await yag.send(to="someone@gmail.com", subject="hi")

loop.run_until_complete(send_single())

For further documentation please go to https://github.com/kootenpv/aioyagmail or https://github.com/kootenpv/yagmail

Download files

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

Source Distribution

aioyagmail-0.0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

aioyagmail-0.0.2-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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