fix: handle both resend and smtp set up together (#28)

* fix: handle both resend and smtp set up together

closes #27

* fix: error header

* fix: error messaging

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
This commit is contained in:
Carlos Alexandro Becker
2023-08-17 12:15:37 -03:00
committed by GitHub
parent ee206143a8
commit fca3852910
2 changed files with 14 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ const (
Resend
// SMTP uses an SMTP server to send an email.
SMTP
// Unknown is set when the user has not chosen a single delivery method.
// i.e. multiple delivery methods are set.
Unknown
)
// Model is Pop's application model.