Mm 46416 add default random message (#21176)

Automatic Merge
Этот коммит содержится в:
Azanul Haque
2022-10-04 15:22:09 +05:30
коммит произвёл GitHub
родитель 069049db03
Коммит e599a6cbf3
3 изменённых файлов: 13 добавлений и 6 удалений

Просмотреть файл

@@ -113,7 +113,7 @@ func (a *App) sendNotificationEmail(c request.CTX, notification *PostNotificatio
return errors.Wrap(err, "unable to render the email notification template")
}
templateString := "<%s@mattermost.com>"
templateString := "<%s@" + utils.GetHostnameFromSiteURL(a.GetSiteURL()) + ">"
messageID := ""
inReplyTo := ""
references := ""