Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin authored Aug 9, 2023
1 parent 5e284d3 commit 0b0f047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Django Post Office is a simple app to send and manage your emails in
Django. Some awesome features are:

- Designed to scale, handles millions of emails efficiently
- Allows you to send email asynchronously
- Multi backend support
- Supports HTML email
Expand All @@ -12,8 +13,7 @@ Django. Some awesome features are:
- Built in scheduling support
- Works well with task queues like [RQ](http://python-rq.org) or
[Celery](http://www.celeryproject.org)
- Uses multiprocessing (and threading) to send a large number of
emails in parallel
- Uses multiprocessing and threading to send a large number of emails in parallel

## Dependencies

Expand Down

0 comments on commit 0b0f047

Please sign in to comment.