Django send email on Azure VM

Job ID: 31330079

Budget: $8 – $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.
Related categories: Python System Admin Linux Django Amazon Web Services