mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-34240]-Cloud: Congratulations welcome email missing images (#17338)
This commit is contained in:
@@ -295,7 +295,7 @@ func (es *EmailService) SendCloudWelcomeEmail(userEmail, locale, teamInviteID, w
|
||||
T := i18n.GetUserTranslations(locale)
|
||||
subject := T("api.templates.cloud_welcome_email.subject")
|
||||
|
||||
workSpacePath := fmt.Sprintf("https://%s.cloud.mattermost.com", workSpaceName)
|
||||
workSpacePath := fmt.Sprintf("https://%s", dns)
|
||||
|
||||
data := es.newEmailTemplateData(locale)
|
||||
data.Props["Title"] = T("api.templates.cloud_welcome_email.title", map[string]interface{}{"WorkSpace": workSpaceName})
|
||||
|
||||
Reference in New Issue
Block a user