Question
Does Sendgrid web api work with Django on Digitalocean?
I have integrated sendgrid’s web api into my Django web app. However email can only be sent on the development server on my local machine. If I try to send an email on the web app on my droplet, then no email is sent.
The code being run on the development server is exactly the same as what is being run on my droplet.
Any hints or tips would be really appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×