diff options
Diffstat (limited to 'internal/auth/smtp/provider.go')
-rw-r--r-- | internal/auth/smtp/provider.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/auth/smtp/provider.go b/internal/auth/smtp/provider.go index 1a136f0e..719d1067 100644 --- a/internal/auth/smtp/provider.go +++ b/internal/auth/smtp/provider.go @@ -92,7 +92,7 @@ func (p *Provider) Config() interface{} { return p.config } -func (p *Provider) HasTLS() bool { +func (*Provider) HasTLS() bool { return true } |