You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you will try to send mail to any address like [email protected], you will get error:
gomail: could not send email 1: gomail: invalid address "[email protected]": mail: missing '@' or angle-addr
But address is fully working and receive email from another clients.
The text was updated successfully, but these errors were encountered:
dot-atom-text specifies that the local-part cannot have leading or trailing dots, nor can it have consecutive dots.
Btw. this packages is also not actively maintained anymore. It hasn't seen an update in the last 6 years. You might wanna consider switching to wneessen/go-mail - this package won't accept that mail address neither, as both packages make use of Go's Stdlib net/mail address parser which follows RFC 5322.
If you will try to send mail to any address like [email protected], you will get error:
gomail: could not send email 1: gomail: invalid address "[email protected]": mail: missing '@' or angle-addr
But address is fully working and receive email from another clients.
The text was updated successfully, but these errors were encountered: