Add nodemailer dependency for SMTP connection test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 00:42:27 +00:00
parent 6f0a24787a
commit ed6a978a48
2 changed files with 694 additions and 0 deletions

View file

@ -6,6 +6,7 @@
"dependencies": {
"@fastify/cors": "^9.0.1",
"fastify": "^4.28.1",
"nodemailer": "^6.10.1",
"pg": "^8.12.0"
}
}