mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +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{
|
||||
RecipientEmails: []string{user.Email.String},
|
||||
Subject: "Welcome",
|
||||
Subject: "Welcome to Libredesk",
|
||||
Content: content,
|
||||
Provider: notifier.ProviderEmail,
|
||||
}); err != nil {
|
||||
|
Reference in New Issue
Block a user