We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5605b27 commit cf41d58Copy full SHA for cf41d58
internal/mailer/mailer.go
@@ -4,7 +4,7 @@ import "embed"
4
5
const (
6
FromName = "Social"
7
- FromEmail = "socail@kfintech.com"
+ FromEmail = "socail@social.com"
8
maxRetries = 3
9
UserWelcomeTemplate = "user_invitation.tmpl"
10
)
0 commit comments