An open API service indexing awesome lists of open source software.

https://github.com/samestrin/send-email-api-netlify


https://github.com/samestrin/send-email-api-netlify

Last synced: 4 months ago
JSON representation

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.