Skip to content

Commit

Permalink
feat(go): update email template.
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalDalwadi committed Oct 17, 2024
1 parent 8be87ac commit 1831b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro/email/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (invite UserInvitedMail) GetBody(info Notification) string {
return content.
WithHtml("</ul>").
WithParagraph(fmt.Sprintf("If you have any questions or need assistance, please contact our support team at <a href=\"mailto:%s\">%s</a>.", supportEmail, supportEmail)).
WithParagraph("Best regards,").
WithParagraph("Best Regards,").
WithParagraph("The Netmaker Team").
Build()
}

0 comments on commit 1831b66

Please sign in to comment.