You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Jumpy-Squirrel
changed the title
[breaking] replace abandoned mail library
replace abandoned mail library
Jun 26, 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-mailWe 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.
The text was updated successfully, but these errors were encountered: