evyd13 / django-o365mail

Office 365 (O365) email backend for Django
MIT License
21 stars 5 forks source link

No mail sent #2

Open R4Ajeti opened 2 years ago

R4Ajeti commented 2 years ago

I am using this plugin trying to send mail using a client i added all config the token is always getting generated: image

but try-catch do not handle any error when i try to send mail so its a success right? but i am not accepting any mail on destination what can be issue any1 has any idea???!

Happy coding

dejaeghered commented 2 years ago

You could check the office 365 email logs to figure out if your destination refused it.

evyd13 commented 2 years ago

Try sending it with fail_silently=False

evyd13 commented 1 year ago

Hey @R4Ajeti, it might be due to O365_ACTUALLY_SEND_IN_DEBUG being False by default. Try setting it to True in your Django settings!