Is this the problem?????:
# When DEBUG is True, don't actually send emails to the SMTP server, just store # them in a directory. This way you won't accidentally spam your mailing-lists # while you're fiddling with the code. if DEBUG == True: EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend' EMAIL_FILE_PATH = os.path.join(BASE_DIR, 'emails')
Shouldn't DEBUG be FALSE??
El mar., 1 ago. 2017 a las 23:18, Mark Sapiro (<mark@msapiro.net>) escribió:
On 08/01/2017 02:40 PM, Rafael Mora wrote:
Why isn't it sending emails?
What do you think?
What exactly are you doing that you think should result in sent mail?
-- 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