fix: support LOGIN authentication method for SMTP (#292)

This commit is contained in:
Elias Schneider
2025-03-03 16:48:38 +01:00
committed by GitHub
parent a421d01e0c
commit 2d733fc79f
3 changed files with 52 additions and 92 deletions

View File

@@ -6,6 +6,8 @@ require (
github.com/caarlos0/env/v11 v11.3.1
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/disintegration/imaging v1.6.2
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
github.com/emersion/go-smtp v0.21.3
github.com/fxamacker/cbor/v2 v2.7.0
github.com/gin-gonic/gin v1.10.0
github.com/go-co-op/gocron/v2 v2.15.0