Giúp mình với, tình hình là cái discource, xong xuôi hết mà nó không nhận được email active
mình dùng yandex mail, text gửi nhận email ok,
Cấu hình lúc cài đặt thì nó ko gửi mail
Thay đổi để cả port 587, với 465 cũng ko thấy email
E bị sai chỗ nào , giúp e với
## will be set automatically by bootstrap based on detected CPUs, or you can override
UNICORN_WORKERS: 2
## TODO: The domain name this Discourse instance will respond to
## Required: Discourse will not work with a bare IP number.
DISCOURSE_HOSTNAME: ......
## Uncomment if you want the container to be started with the same
## hostname (-h option) as specified above (default "$hostname-$config")
#DOCER_USE_HOSTNAME: true
## TODO: List of comma delimited emails that will be made admin and developer
## on initial signup example `[email protected],[email protected]'
DISCOURSE_DEVELOPER_EMAIL: '......'
## TODO: The SMTP mail server used to validate new accounts and send notifications
# SMPT ADDRESS, username, and password are required
# WARNING the char '#' in SMTP password can cause problems!
DISCOURSE_SMTP_ADDRESS: smtp.yandex.com
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: [email protected]
DISCOURSE_SMTP_PASSWORD: "......"
#DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)
## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate
#LETSENCRYPT_ACCOUNT_EMAIL: [email protected]
## The http or https CDN address for this Discourse instance (configured to pull)
## see https://meta.discourse.org/t/14857 for details
#DISCOURSE_CDN_URL: https://discourse-cdn.example.com
## The Docker container is stateless; all data is stored in /shared
volumes: