Django send email on remote server
Budget: $10 – $15 USD
Hi, freelancers.
I'm going to send message for verification using my gmail. It works well on my local, but not working on remote (azure vm) server.
Here is settings:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = '********** @gmail.com'
EMAIL_HOST_PASSWORD = '************'
This needs urgent help. But also want to know how to use business email instead of my personal email.
I'm going to send message for verification using my gmail. It works well on my local, but not working on remote (azure vm) server.
Here is settings:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = '********** @gmail.com'
EMAIL_HOST_PASSWORD = '************'
This needs urgent help. But also want to know how to use business email instead of my personal email.