Skip to content

azataiot/postcash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcash

Postcash – A lightweight, async-first notification library for Python and FastAPI. Send Emails (SMTP), Discord, and Telegram messages easily, with pluggable backends.

Example usage

import asyncio
from postcash import send_email

async def main():
    await send_email(
        to_email="someone@example.com",
        subject="Welcome!",
        body="Thanks for registering!",
    )

asyncio.run(main())

About

Postcash – A lightweight, async-first notification library for Python and FastAPI. Send Emails (SMTP), Discord, and Telegram messages easily, with pluggable backends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages