Regarding this:
# To be added to Django's settings.py
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25 EMAIL_HOST_USER = <username> EMAIL_HOST_PASSWORD = <password>
What should I use for username and password? Should I keep the localhost on the host param?
Thanks
El mar., 25 jul. 2017 a las 15:10, Mark Sapiro (<mark@msapiro.net>) escribió:
On 07/25/2017 12:58 PM, Rafael Mora wrote:
I got this error starting mailman service:
[mailman@localhost ~]$ source env2Traceback (most recent call last): File "/usr/local/lib/python3.6/asyncio/base_events.py", line 1043, in create_server sock.bind(sa) OSError: [Errno 99] Cannot assign requested address ... What do you think?
I think you have configured
lmtp_host: mail.example.com
which is wrong.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
--
Atentamente / Best Regards
Ing. Rafael Mora