v0.0.634 add ReplyTo to googleapi.SendMail
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m37s

This commit is contained in:
2026-04-24 13:38:00 +02:00
parent f62e7499ec
commit 80cea13437
8 changed files with 23 additions and 8 deletions
+4
View File
@@ -36,6 +36,7 @@ func TestSendMail1(t *testing.T) {
[]string{"trash@mikescher.de"},
nil,
nil,
nil,
"Hello Test Mail",
MailBody{Plain: "Plain Text"},
nil)
@@ -66,6 +67,7 @@ func TestSendMail2(t *testing.T) {
[]string{"trash@mikescher.de"},
nil,
nil,
nil,
"Hello Test Mail (alternative)",
MailBody{
Plain: "Plain Text",
@@ -99,6 +101,7 @@ func TestSendMail3(t *testing.T) {
[]string{"trash@mikescher.de"},
nil,
nil,
nil,
"Hello Test Mail (attach)",
MailBody{
HTML: "<html><body><u>Non</u> Pl<i>ai</i>n T<b>ex</b>t</body></html>",
@@ -135,6 +138,7 @@ func TestSendMail4(t *testing.T) {
[]string{"trash@mikescher.de"},
nil,
nil,
nil,
"Hello Test Mail (inline)",
MailBody{
HTML: "<html><body><u>Non</u> Pl<i>ai</i>n T<b>ex</b>t</body></html>",