Skip to content

Commit 4b31b06

Browse files
committed
Add note about MTA to readme
1 parent cea7546 commit 4b31b06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You can also specify a path to the `sendmail` binary:
1717
SENDMAIL_BINARY = "/path/to/sendmail"
1818
```
1919

20+
NOTE: this package does not send mail on its own. It requires a fully configured Mail Transport Agent (MTA) on your server. Only use this package if you have configured an MTA such as `exim`, `postfix`, etc. on your server. CodeRed Cloud hosting *does* provide a fully functional MTA with paid plans; however other providers such as AWS, Azure, Digital Ocean, Heroku, etc. do not by default.
21+
2022
## Logging
2123

2224
This package uses Python logging to logger named `cr-sendmail-django`. To see log output, configure [Django logging](https://docs.djangoproject.com/en/stable/howto/logging/).

0 commit comments

Comments
 (0)