Santiago De la Cruz
Santiago De la Cruz
Added in go-simple-mail https://github.com/xhit/go-simple-mail
Your Pull Request is the auth in std library adapted for gomail. This package doesn't use any std package embedded, so adapt the auth.go file require others auth types like...
The package go-simple-mail https://github.com/xhit/go-simple-mail resolves this issue. Feel free to adapt the method used in go-simple-mail for connection timeout and send timeout for this package.
You are correct. I have a fix to not truncate the Unicode character and insert in bytes AS IS (like actually in master branch) and use the rune for characters...
Hi Dusting. It's possible reuse the connection, but currently is left to the developer to implement the same connection, here a comment explaining how this should be: https://github.com/xhit/go-simple-mail/issues/23#issuecomment-752015639 And yes,...
@rtanx it's safe always you not send a new operation while another operation is in process, see https://github.com/xhit/go-simple-mail/issues/23#issuecomment-752015639
I tried receiving to yahoo account and sending with a yahoo account too and not problem. Can you provide a reproducible code? (avoid posting your yahoo account user and password)
Hello, thanks for this PR! The default `Helo` is `localhost`. To this be applied is necessary to empty that variable in struct, so the default `Helo` should be the email...
If I can understand, do you want set the name of recipient?
I got it. I prefer use the plain string because I don't want to do a breaking change now. I will think how to maintain both ways instead dropping the...