-
Notifications
You must be signed in to change notification settings - Fork 67
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
Status of this library? #76
Comments
@pzimmermaninmo Hi! I don't think this project is actively maintained, but it worked well for us. I built a complete mail builder less than 3 months ago and it works well. If you are using Postmark, it's the best solution I found. |
Yeah we actually started using it and it seems to work its just unfortunate its no longer being maintained. If it breaks one day we might be SOL. (Not to mention all the security vulnerabilities with these outdated libraries. Hell, one of the dependencies spits out this gem:
|
We are in the same boat. I think it's more of the grunt "helper" dependencies that aren't being maintained. At this point we are debating rolling our own email build process so that we can mitigate this risk and also reduce the vulnerabilities reported. Currently I am getting: 37 vulnerabilities (4 low, 6 moderate, 22 high, 5 critical). We customized this solution a bit so it may not match exactly what everyone else would see |
I think using React Email and the Postmark Node SDK we could achieve the same thing. Anybody tried it? I was just playing with it locally and seems promising. |
Not exactly sure who or where to reach out, but is this library still actively maintained? I know postmark still has a link to this repo but my biggest concern with using this library are the outdated dependencies. A lot of them haven't been updated in years.
Related, are there plans to using something a little more modern like webpack instead of grunt? I'm looking into expanding some of the functionality and would prefer to use es modules instead of the old commonJS way of doing things.
Thanks
The text was updated successfully, but these errors were encountered: