28 Mar
2020
28 Mar
'20
10:53 p.m.
- Abhilash Raj:
Have you setup email settings for Postorius separately?
Yes, I forgot to include that information:
$ grep ^EMAIL settings.py EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25
As I said, the MTA does not log connection attempts from the Suite, nor do I find evidence that Django actually tries to send out email. Weird.
-Ralph