Replies: 4 comments
-
Hi @Neurozone , I've converted this to a discussion as I believe it is a configuration issue Have you set configuration as on https://github.com/mediacms-io/mediacms/blob/main/docs/Configuration.md#set-email-settings |
Beta Was this translation helpful? Give feedback.
-
Hello @mgogoulos email settingsDEFAULT_FROM_EMAIL = "hecate.@gmail.com" with gmail or my personnal smtp server |
Beta Was this translation helpful? Give feedback.
-
Did you manage to get through this? Enter the Django shell by running this:
then c/p the following (you might want to change the email to the one you are sending this test email to!)
If this breaks with an error, you are going to see the error - example upon providing error gmail credentials, this gives
|
Beta Was this translation helpful? Give feedback.
-
I fixed it by using this: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' Then i resovled authentication issues with this (might not be an issue with you) |
Beta Was this translation helpful? Give feedback.
-
Describe the issue
MediaCMS cannot send email.
It ends with that error in celery_short.log even with correct settings for smtp (same as server itself)
To Reproduce
Steps to reproduce the issue:
Trying to send an email from MediaCMS
Expected behavior
email sent
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.10
DISTRIB_CODENAME=groovy
DISTRIB_DESCRIPTION="Ubuntu 20.10"
Installation method: single server install
Browser, if applicable
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions