Skip to content

Commit e975010

Browse files
authored
Merge pull request #194 from grillazz/171-simple-and-fast-smtp-client
fix README.md links
2 parents 77fec6c + 63b9c90 commit e975010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In `pl.read_excel()` “calamine” engine can be used for reading all major typ
144144

145145
<p align="right">(<a href="#readme-top">back to top</a>)</p>
146146

147-
### Worker aware async scheduler :clock1:
147+
### Worker aware async scheduler
148148
The project uses the APScheduler library to schedule tasks in the background.
149149
The APScheduler library is a powerful and flexible in-process task scheduler with Cron-like capabilities.
150150
It allows you to schedule jobs to run at specific times or intervals, and it supports multiple job stores, triggers, and executors.
@@ -153,7 +153,7 @@ It was added to project in version 4.0.0a5 with Redis as event broker and SQLAlc
153153

154154
<p align="right">(<a href="#readme-top">back to top</a>)</p>
155155

156-
### SMTP setup :email:
156+
### SMTP setup
157157
The project uses the `smtplib` library to send emails.
158158
The `smtplib` library is a built-in Python library that provides a simple interface for sending emails using the Simple Mail Transfer Protocol (SMTP).
159159
It allows you to connect to an SMTP server, send an email message, and disconnect from the server.
@@ -203,7 +203,7 @@ I've included a few of my favorites to kick things off!
203203
- **[MAR 15 2024]** add polars and calamine to project :heart_eyes_cat:
204204
- **[JUN 8 2024]** implement asyncpg connection pool :fast_forward:
205205
- **[AUG 17 2024]** granian use case implemented with docker compose and rich logger :fast_forward:
206-
- **[OCT 16 2024]** apscheduler added to project :fast_forward:
206+
- **[OCT 16 2024]** apscheduler added to project :clock1:
207207
- **[DEC 16 2024]** bump project to Python 3.13 :fast_forward:
208208
- **[JAN 28 2025]** add SMTP setup :email:
209209

0 commit comments

Comments
 (0)