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

Status of this library? #76

Open
pzimmermaninmo opened this issue Jan 4, 2023 · 4 comments
Open

Status of this library? #76

pzimmermaninmo opened this issue Jan 4, 2023 · 4 comments

Comments

@pzimmermaninmo
Copy link

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

@DWboutin
Copy link

DWboutin commented Jan 4, 2023

@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.

@pzimmermaninmo
Copy link
Author

@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:

warning [email protected]: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.

@dprensha
Copy link

dprensha commented Feb 9, 2023

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.

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

@iampava
Copy link

iampava commented Apr 17, 2024

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.

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

No branches or pull requests

4 participants