mail #35
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Date
heeader for us. d3cb4bc375d3cb4bc375
tod77b1a8d43
@ -2,7 +2,75 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
Warum ist so eine längliche Datei voller Checksummen irgendwie guter Stil oder praktisch??? Ach, eigentlich auch egal, wird schon nicht schaden.
Das ist automisch generiertes Versionspinning.
@ -137,4 +137,4 @@
Config config.Config
Request models.Request
MessageId template.HTML
}{r.config, request, template.HTML("<" + randomString(15) + "@" + r.config.Server.Domain + ">")}
MessageId wird nicht mehr benötigt
@ -154,0 +160,4 @@
}
switch request.Action {
case models.RequestActivate:
message.Subject("Sprechstunde anlegen")
Die Funktion kann keinen Error zurückgeben?
Ja, https://pkg.go.dev/github.com/wneessen/go-mail#Msg.Subject
@ -154,0 +175,4 @@
log.Println(err.Error())
return err;
}
/* var auth smtp.Auth
Wir haben eine Versionskontrolle, lass uns diesen auskommentierten Code einfach löschen.
d77b1a8d43
toa077e60cc5
a077e60cc5
toa05407eba0
Das habe ich gestern wohl übermüdet geschrieben. Ist behoben.