summaryrefslogtreecommitdiffstats
path: root/app/security_update_check.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/security_update_check.go')
-rw-r--r--app/security_update_check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/security_update_check.go b/app/security_update_check.go
index bac558c8c..dc26e59b2 100644
--- a/app/security_update_check.go
+++ b/app/security_update_check.go
@@ -106,7 +106,7 @@ func (a *App) DoSecurityUpdateCheck() {
for _, user := range users {
l4g.Info(utils.T("mattermost.send_bulletin.info"), bulletin.Id, user.Email)
- utils.SendMail(user.Email, utils.T("mattermost.bulletin.subject"), string(body))
+ a.SendMail(user.Email, utils.T("mattermost.bulletin.subject"), string(body))
}
}