Use gomail library for sending emails

3b881776b5
This commit is contained in:
Lakhan Samani
2022-01-08 14:08:42 +05:30
parent 2137d8ef5d
commit 37fe5071c5
4 changed files with 63 additions and 86 deletions

View File

@@ -29,6 +29,8 @@ require (
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.2.1
gorm.io/driver/postgres v1.2.3