aboutsummaryrefslogtreecommitdiff
path: root/internal/email/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/email/message.go')
-rw-r--r--internal/email/message.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/email/message.go b/internal/email/message.go
index cca7c6d3..ec4f7cc1 100644
--- a/internal/email/message.go
+++ b/internal/email/message.go
@@ -151,7 +151,7 @@ func (s *Sender) Send(from string, to []string, msg io.WriterTo) error {
}
}
- // If not using SMTPS, alway use STARTTLS if available
+ // If not using SMTPS, always use STARTTLS if available
hasStartTLS, _ := client.Extension("STARTTLS")
if !isSecureConn && hasStartTLS {
if err = client.StartTLS(tlsconfig); err != nil {