Skip to content
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

replace abandoned mail library #52

Closed
Jumpy-Squirrel opened this issue Apr 22, 2023 · 0 comments · Fixed by #61
Closed

replace abandoned mail library #52

Jumpy-Squirrel opened this issue Apr 22, 2023 · 0 comments · Fixed by #61
Assignees

Comments

@Jumpy-Squirrel
Copy link
Contributor

Jumpy-Squirrel commented Apr 22, 2023

go-gomail/gomail#182

Our mail library is abandonware, and it currently only supports attachments from files, but we want to store base64 encoded attachments in the database / expose via API.

One possible alternative might be https://github.com/xhit/go-simple-mail

We will have to ensure to maintain backwards compatibility, maybe temporarily import both libraries.

Update:

There's now a maintained fork for our original library that also supports attachments from writers in-memory. Should cause fewer code changes. https://github.com/Shopify/gomail

We should try that first.

@Jumpy-Squirrel Jumpy-Squirrel changed the title [breaking] replace abandoned mail library replace abandoned mail library Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants