Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification - Couldn't deliver email message: provider error #331

Open
Dan6erbond opened this issue Jul 12, 2023 · 1 comment
Open

Notification - Couldn't deliver email message: provider error #331

Dan6erbond opened this issue Jul 12, 2023 · 1 comment

Comments

@Dan6erbond
Copy link

I see this error message in the UI, but nothing on Sentry/logs that would help me understand why the email wasn't sent.

This is what I see in the notifications area:

Couldn't deliver email message: provider error: Here is an update!
For RaviAnand Mohabir - By ChiefOnboarding

Couldn't deliver email message: provider error: Welcome to !
For - By ChiefOnboarding

@Dan6erbond Dan6erbond changed the title Couldn't deliver email message: provider error Notification - Couldn't deliver email message: provider error Jul 12, 2023
@GDay
Copy link
Member

GDay commented Jul 12, 2023

Could you try this:

Open Django shell by going into the docker container (I am using chiefonboarding_web as the docker name here, change it with whatever you have):

docker exec -it chiefonboarding_web python manage.py shell

Sending email manually (change email address to where you want this test email to go):

from django.conf import settings
from django.core.mail import send_mail

send_mail("Test subject", "Test message", settings.DEFAULT_FROM_EMAIL, ["hello@chiefonboarding.com"])

That should give you a clearer error to see what is going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants