-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add Forward Email for smtp and bounce support #2016
Conversation
Thanks @shaunwarman. I've a local LLM script that translates missing strings. Will run that once this is merged. Will review this PR once v4.0.0 is done (as it has a large number of breaking changes). |
Ack, sounds good! |
@knadh Any update here? We put a lot of effort in here to make it compatible with ListMonk! |
Lots of high demand here https://github.com/orgs/forwardemail/discussions/255 + from existing users |
@titanism v4.x.x was released just a few days ago. I'll look into this PR in the next few days. In the meanwhile, could you please fix the merge conflicts that seem to have come up since the last release. |
091af99
to
fea982d
Compare
Thanks @knadh ! Just rebased. Let me know if any extra testing / screenshots needed here. |
@knadh would love to get this merged so our users can easily use ListMonk! |
Made a few minor tweaks and added missing DB migration and language scripts. Refactored the settings to be stored in a single JSON key like Postmark which is cleaner, instead of two separate fields like SES etc (legacy). Please test this and once you confirm, we're good to merge. |
Awesome, thanks for doing that @knadh - things look great on my side! |
I'm working on v4.1.0 with a couple of bug fixes from the last release. Will release in the next 1-2 days. |
Awesome, here if you need us! |
@knadh amazing work, can you ping us here once v4.1.0 is available? we will advertise it on our site! |
It's available. |
any chance the demo at listmonk.app could be updated to latest? or is this part of a CI somehow? @MaximilianKohler - it seems outdated cc @knadh 🙏 |
Demo's updated to the latest version now. |
This PR adds Forward Email as an smtp provider as well as includes bounce support.
Relevant Forward Email documentation:
NOTE: I did not update all of the translations. Do you have a set process or recommendation on how to update those? Translation service or some LLM?