wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
571 stars 44 forks source link

Evaluate SMTPAuthType None or NoAuth #176

Closed wneessen closed 6 months ago

wneessen commented 7 months ago
          Maybe easier is to define `SMTPAuthType` `None` which equals to an empty string. This is what I did in my own codebase now.

Originally posted by @mitar in https://github.com/wneessen/go-mail/issues/36#issuecomment-1953796656