fix: properly set tls config for mailer

This commit is contained in:
kolaente 2022-07-11 16:10:28 +02:00
parent 62325de9cd
commit 5743a4afe5
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 10 additions and 4 deletions

View file

@ -17,7 +17,6 @@
package models
import (
"github.com/google/uuid"
"math"
"regexp"
"sort"
@ -25,15 +24,16 @@ import (
"strings"
"time"
"github.com/jinzhu/copier"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/events"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web"
"github.com/google/uuid"
"github.com/imdario/mergo"
"github.com/jinzhu/copier"
"xorm.io/builder"
"xorm.io/xorm"
"xorm.io/xorm/schemas"