-
Notifications
You must be signed in to change notification settings - Fork 27
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
Outlook's SMTP server support? #158
Comments
Sure! Which package do you intend to use?
…On Fri, 10 Nov 2023 at 1:52 AM, suntong ***@***.***> wrote:
As explained in How to send email using Outlook's SMTP servers?
<https://stackoverflow.com/questions/57783841/how-to-send-email-using-outlooks-smtp-servers>,
*"Golang smtp does not support LOGIN"*, which is what Outlook's using.
Ok to switch the Golang smtp to other packages that support Outlook out of
the box?
If so, I can send in PR.
—
Reply to this email directly, view it on GitHub
<#158>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKFV5L4HFS5FILINSN5BSTYDU3PXAVCNFSM6AAAAAA7FESGY6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DMMZUGQ4TENY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I've went through about 7 different ways, including https://github.com/Shopify/gomail, but found the https://github.com/wneessen/go-mail to be the best of all implementations, and it happens to be following idiomatic Go style and best practice, and It's only dependency is the Go Standard Library. |
Either sounds good to me! (I’d lean towards the one more actively
maintained, but please go ahead choose whichever you think is more suitable)
…On Fri, 10 Nov 2023 at 1:59 AM, suntong ***@***.***> wrote:
I've went through about 7 different ways, including
https://github.com/Shopify/gomail, but found the
https://github.com/wneessen/go-mail to be the best of all
implementations, and it happens to be following idiomatic Go style and best
practice, and It's only dependency is the Go Standard Library.
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKFV5MM57HQYZY42E2TCBTYDU4K7AVCNFSM6AAAAAA7FESGY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBUGYZTMNJWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, being actively maintained is my de-facto number one priority.
|
Done, see It's built on top of the previous two branches, so if you don't agree with the previous two changes, this would be the starting point to merge... |
If it's my own, I'd
|
Not a big fan default HTML mail. I'd rather stick to plain text. |
Yeah, thought so, that's why I left it unchanged. |
Cool. Can you send a PR with that? It doesn't seem to be here. Thx! |
OK, #161 As commented,
So to send PR for this, I need to send all previous changes.
I've manually resolved the conflicts. |
As explained in How to send email using Outlook's SMTP servers?, "Golang smtp does not support LOGIN", which is what Outlook's using.
Ok to switch the Golang smtp to other packages that support Outlook out of the box?
If so, I can send in PR.
The text was updated successfully, but these errors were encountered: