mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
main.go: load SMTP templates
This commit is contained in:
@ -6,6 +6,7 @@ func main() {
|
||||
exitIfError(connectDB())
|
||||
exitIfError(performMigrations())
|
||||
exitIfError(smtpConfigure())
|
||||
exitIfError(smtpTemplatesLoad())
|
||||
exitIfError(oauthConfigure())
|
||||
exitIfError(createMarkdownRenderer())
|
||||
exitIfError(setupSigintCleanup())
|
||||
|
Reference in New Issue
Block a user