-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unencrypted connection #113
Comments
use go 1.9 or support ssl mail server |
See #108 |
TL;DR: try setting your username (third argument in This seems to be a built in yet undocumented workaround that allows you to bypass these two
|
Did you finally solve it and how to do it? |
@wickerplane but get another error : client is not auth to send anoymous mail FROM, have any idea ? |
see #182 ;-(( |
Hello,
I am getting the followinfg error: unencrypted connection.
I am using MailHog as SMTP server.
Here is the code snipped:
func Send(mailInfo *Info, cfg *config.Config, template string) error {
d := gomail.NewDialer(cfg.Mail["host"], port, cfg.Mail["user"], cfg.Mail["password"])
}
How I can use unencrypted connection with this library?
Thanks in advance.
The text was updated successfully, but these errors were encountered: