You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Sprintf("This is a confirmation email that your httpSMS API Key has been successfully rotated at %s.", timestamp.In(location).Format(time.RFC1123)),
28
+
},
29
+
Actions: []hermes.Action{
30
+
{
31
+
Instructions: "You can see your new API key in the httpSMS settings page.",
32
+
Button: hermes.Button{
33
+
Color: "#329ef4",
34
+
TextColor: "#FFFFFF",
35
+
Text: "httpSMS Settings",
36
+
Link: "https://httpsms.com/settings/",
37
+
},
38
+
},
39
+
},
40
+
Title: "Hey,",
41
+
Signature: "Cheers",
42
+
Outros: []string{
43
+
fmt.Sprintf("If you did not trigger this API key rotation please contact us immediately by replying to this email."),
44
+
},
45
+
},
46
+
}
47
+
48
+
html, err:=factory.generator.GenerateHTML(email)
49
+
iferr!=nil {
50
+
returnnil, stacktrace.Propagate(err, "cannot generate html email")
0 commit comments