691 B
691 B
layout | title |
---|---|
page |
ENiGMA½ uses email to send password reset information to users. For it to work, you need to provide valid SMTP config in your [config.hjson]({{ site.baseurl }}{% link configuration/config-hjson.md %})
SMTP Services
If you don't have an SMTP server to send from, Sendgrid provide a reliable free service.
Example SMTP Configuration
email: {
defaultFrom: sysop@bbs.awesome.com
transport: {
host: smtp.awesomeserver.com
port: 587
secure: false
auth: {
user: leisuresuitlarry
pass: sierra123
}
}
}