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
Instructions: "Usually this error happens because you have revoked permissions for the httpSMS discord app on your discord channel. You can always grant httpSMS permission to post to your discord channel under the settings page.",
45
+
Button: hermes.Button{
46
+
Color: "#329ef4",
47
+
TextColor: "#FFFFFF",
48
+
Text: "Settings",
49
+
Link: "https://httpsms.com/settings",
50
+
},
51
+
},
52
+
},
53
+
Signature: "Cheers",
54
+
Outros: []string{
55
+
fmt.Sprintf("Don't hesitate to contact us by replying to this email."),
56
+
},
57
+
},
58
+
}
59
+
60
+
html, err:=factory.generator.GenerateHTML(email)
61
+
iferr!=nil {
62
+
returnnil, stacktrace.Propagate(err, "cannot generate html email")
Instructions: "Usually this error happens because your webserver is either offline or inaccessible, you can always configure the webhook endpoint on the httpSMS website under the settings page.",
96
+
Button: hermes.Button{
97
+
Color: "#329ef4",
98
+
TextColor: "#FFFFFF",
99
+
Text: "Settings",
100
+
Link: "https://httpsms.com/settings",
101
+
},
102
+
},
103
+
},
104
+
Signature: "Cheers",
105
+
Outros: []string{
106
+
fmt.Sprintf("Don't hesitate to contact us by replying to this email."),
107
+
},
108
+
},
109
+
}
110
+
111
+
html, err:=factory.generator.GenerateHTML(email)
112
+
iferr!=nil {
113
+
returnnil, stacktrace.Propagate(err, "cannot generate html email")
0 commit comments