We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7252295 commit c4775e9Copy full SHA for c4775e9
readme.rst
@@ -11,7 +11,7 @@
11
Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application.
12
13
This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support),
14
-or directly recieve e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
+or directly receive e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
15
16
These ingested messages will be stored in the database in Django models and you can process their content at will,
17
or -- if you're in a hurry -- by using a signal receiver.
0 commit comments