-
Notifications
You must be signed in to change notification settings - Fork 946
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
Go-Gomail/Gomail no longer supported #1070
Comments
Hi I've had a look at the Shopify fork and it doesn't seem to be actively maintained either. I've just run into an issue where I am struggling to send html emails with inlined css using gomail, and I am wondering if the the best solution is to change the way that hanko is architected such that the mail service is determined at compile time, using Dependency Injection. I think that it's a matter of creating an interface that has the methods that are currently used by hanko to talk to gomail, and then people can create "drivers" for an smtpd of their choice. edit: But I still think that DI for gomail would help people choose the smtp that suits their needs |
Checklist
Description
As described in issue go-gomail/gomail#182, the maintainer of Gomail has passed away. The repository has not been maintained since 2016. Someone mentioned in this issue that Shopify has a fork of this repo that has been more recently updated (https://github.com/Shopify/gomail), but it may be worth looking for alternatives.
Describe your ideal solution
Research on alternative Go email SDKs
Workarounds or alternatives
No response
Hanko Version
0.8.3
Additional Context
No response
The text was updated successfully, but these errors were encountered: