Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cierra-runis/listener_email
Let listener send email!
https://github.com/cierra-runis/listener_email
automatic email listener package pip pip3 python
Last synced: about 7 hours ago
JSON representation
Let listener send email!
- Host: GitHub
- URL: https://github.com/cierra-runis/listener_email
- Owner: Cierra-Runis
- License: mit
- Created: 2023-01-08T12:09:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T18:33:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-31T10:37:43.634Z (3 months ago)
- Topics: automatic, email, listener, package, pip, pip3, python
- Language: Python
- Homepage: https://pypi.org/project/listener_email/
- Size: 251 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`This README file latest update: 2023-01-10 21:56:23`
[π Introduction](#-Introduction)
[πΈ Screenshots](#-Screenshots)
[π¦ How to use](#-How-to-use)
[β³ Rate of progress](#-Rate-of-progress)
[π Cautions](#-Cautions)
[π§βπ» Contributor](#-Contributor)
[π¦ Declaration](#-Declaration)
---
# π Introduction
Remind you of changes in your listener through email!
# πΈ Screenshots
![screenshots_1](https://raw.githubusercontent.com/Cierra-Runis/listener_email/master/img/screenshots_zh_1.png)
# π¦ How to use
See example in [example.py](https://github.com/Cierra-Runis/listener_email/blob/master/src/listener_email/example.py) for more information
- install `listener_email` by `pip install listener_email`
- then import it by adding `from listener_email import sent_email, ListenerEmail`
- add configured `email.json` file such as [example_email.json](https://github.com/Cierra-Runis/listener_email/blob/master/src/listener_email/example_email.json) at repository
- at last use `sent_email()` to sent your email# β³ Rate of progress
Done, but it will revise if necessary
# π Cautions
- `custom_html` should be as simple as possible
# π§βπ» Contributor
# π¦ Declaration
[![License](https://img.shields.io/github/license/Cierra-Runis/listener_email)](https://github.com/Cierra-Runis/listener_email/blob/master/LICENSE)
This project is licensed under the terms of the `MIT` license. See [LICENSE](https://github.com/Cierra-Runis/listener_email/blob/master/LICENSE) for more details