mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-03 05:23:48 +00:00
update welcome email subject
This commit is contained in:
@@ -229,7 +229,7 @@ func handleCreateUser(r *fastglue.Request) error {
|
|||||||
|
|
||||||
if err := app.notifier.Send(notifier.Message{
|
if err := app.notifier.Send(notifier.Message{
|
||||||
RecipientEmails: []string{user.Email.String},
|
RecipientEmails: []string{user.Email.String},
|
||||||
Subject: "Welcome",
|
Subject: "Welcome to Libredesk",
|
||||||
Content: content,
|
Content: content,
|
||||||
Provider: notifier.ProviderEmail,
|
Provider: notifier.ProviderEmail,
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user