Configure SMTP For outbound emails
Details on how to customize the "from" email address used on outbound form emails
EMAIL_FROM = 'Email Name <[email protected]>'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_PASSWORD = 'XXXXXXXXXXXX'
EMAIL_HOST_USER = '[email protected]'
EMAIL_USE_TLS = True
EMAIL_PORT = 587Last updated
Was this helpful?