smtp: replace deprecated method

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-08-17 09:17:22 +02:00
parent b9b370fbb8
commit d8e4978b61
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -345,7 +345,7 @@ func (c *Config) getSMTPClientAndMsg(to, bcc []string, subject, body string, con
msg.Subject(subject) msg.Subject(subject)
msg.SetDate() msg.SetDate()
msg.SetMessageID() msg.SetMessageID()
msg.SetAttachements(attachments) msg.SetAttachments(attachments)
switch contentType { switch contentType {
case EmailContentTypeTextPlain: case EmailContentTypeTextPlain: