Polygant / OpenCEX

OpenCEX free open-source cryptocurrency exchange engine. Industry standard.
https://polygant.net/opencex
Apache License 2.0
77 stars 74 forks source link

Installation option for email SSL #13

Open ktorn opened 1 year ago

ktorn commented 1 year ago

Step 7 (Email Service) of the installation wizard is not clear with regards to choosing SSL under port 465.

In this case, should the EMAIL_USE_TLS option be set to True or False?

joequant commented 1 year ago

For gmail the option should be set to True. The email port is 587.

Also there are two gotchas. You need to include the domain name in the EMAIL_HOST_USER "exchange@example.com". Also the email host password has to be an app password

https://evermap.com/Tutorial_AMM_UseAppPasswords.asp

You can test SMTP by connecting with Thunderbird.