[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Feedback](/c/feedback/8) # Vercel docs recommend unmaintained library that breaks newer nextjs applications 80 views · 1 like · 2 posts James Burgess (@jamesmillerburgess) · 2024-10-09 Moving from this GitHub issue: https://github.com/vercel/vercel/issues/11359 https://vercel.com/guides/sending-emails-from-an-application-on-vercel The guide above recommends `mailing` to send emails from Vercel applications, but this package appears to be unmaintained since before app router was implemented. It breaks if imported into newer NextJS applications and throws errors about ugilfy-js, which is one of its dependencies. Minimum reproduction: https://github.com/jamesmillerburgess/next-mailing-bug https://github.com/sofn-xyz/mailing <!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! --> <!-- Current versus Expected behavior --> <!-- Code, configuration, and steps that reproduce this issue --> <!-- Project information --> ```txt Deployment URL or Custom Domain: Environment (local, preview, production): Project Framework: Build Settings: Framework Preset: Build Command (if not default): Output Directory (if not default): Install Command (if not default): Node/Runtime Version: Package Manager: Relevant Packages: ``` Pauline P. Narvas (@pawlean) · 2024-10-10 · ♥ 1 Hi, @jamesmillerburgess! Thank you for reporting this. :pray: I shared this with the team, and you're right. We updated the guide!