DwijadasDey commented on issue #15911:
URL: https://github.com/apache/superset/issues/15911#issuecomment-927023941


   @caoquyvu 
   This time i tried using gmail SMTP server with the following gmail settings 
to make it work.
   
   https://accounts.google.com/DisplayUnlockCaptcha
   https://myaccount.google.com/u/0/lesssecureapps
   
   ### Updated SMTP Settings
   
   EMAIL_NOTIFICATIONS = True
   SMTP_HOST = "smtp.gmail.com" #change to your host
   SMTP_STARTTLS = True
   SMTP_SSL = True
   SMTP_USER = "[email protected]"
   SMTP_PORT = 587 # your port eg. 587
   SMTP_PASSWORD = "Passw0rd!23"
   SMTP_MAIL_FROM = "[email protected]"
   
   
![Selection_001](https://user-images.githubusercontent.com/12824049/134762486-02054c4b-8565-46b6-8778-95980c89dc08.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to