at first,i was used CDN for Installation, it does not work.
now, when i use Module loaders for Installation, it work fine.
but i still have some problem, i can’t receive any emails,what should i do.
i have edit the file:‘config.yml’
###############
Mail Server
###############
mail.backend: ‘smtp’ # Use dummy if you want to disable email entirely
mail.host: 'localhost’
mail.port: 25
mail.username: 'username’
mail.password: 'password’
mail.use-tls: false
The email address to send on behalf of
mail.from: ‘root@localhost’
and restart all the serve,but still does not work. my localhost page(http://localhost:9000/manage/status/mail/) still show not setup username and password. and can not send test email.