Re: Server Error on deployment to Digitalocean server

2018-08-02 Thread M Hashmi
You need to do little extra. Login to your DigitalOcean account and follow instructions in the link to add MX records for sendgrid. https://www.digitalocean.com/community/questions/how-to-make-sendgrid-work-on-digitalocean On Thu, Aug 2, 2018 at 7:03 AM, Azeez Akinsola wrote: > Thank you Hashm

Re: Server Error on deployment to Digitalocean server

2018-08-02 Thread Azeez Akinsola
Thank you Hashmi for your help. I am using sendgrid for sending emails Please check my .env and settings.py files I deployed to the server, I am not sure if need to add or remove any variables SEND_GRID_API_KEY = '' EMAIL_HOST_USER = 'xx...@gmail.com' EMAI

Re: Server Error on deployment to Digitalocean server

2018-08-02 Thread M Hashmi
Set your SMTP configurations in settings.py. Make sure to follow wsgi handler properly by adding IP in ALLOWED_HOSTS = ['yourIP']. Make sure you've setup MX records for your domain configuration with DIgitalocean. On Thu, Aug 2, 2018 at 4:42 AM, Azeez Akinsola wrote: > Hello everyone, > > I ne