https://github.com/samestrin/send-email-api-netlify
https://github.com/samestrin/send-email-api-netlify
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samestrin/send-email-api-netlify
- Owner: samestrin
- License: mit
- Created: 2024-06-04T18:45:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T20:48:11.000Z (about 2 years ago)
- Last Synced: 2025-10-10T18:08:43.373Z (8 months ago)
- Language: HTML
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# send-email-api-netlify
This application provides a REST API hosted powered by Netlify Functions to send emails via SMTP using nodemailer. It accepts necessary headers for authentication and various POST parameters to configure the email, including recipients, subject, body, and optional attachments. The function ensures secure email transmission, handles potential errors, and returns the results as a JSON response.