
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@netlify/plugin-emails
Advanced tools
Scans the /email directory and sends email templates to the email service
🚧 Note: This plugin is pre-release software. Until version 1.0.0 is released, its API could change at any time.
The Netlify emails build plugin which is responsible for creating a serverless function to handle email requests, populating them with the provided templates and sending them using the specified email API provider.
Either add it to the netlify.toml
as follows:
[[plugins]]
package = "@netlify/emails-plugin"
Or via the Netlify app.
The following environment variables are required in order for the emails function to handle requests:
Variable Name | Description | Required |
---|---|---|
NETLIFY_EMAILS_PROVIDER | "mailgun" | "sendgrid" | "postmark" | Yes |
NETLIFY_EMAILS_SECRET | The unique secret used to authenticate a request is genuine | Yes |
NETLIFY_EMAILS_PROVIDER_API_KEY | The API key issued by the email provider | Yes |
NETLIFY_EMAILS_MAILGUN_DOMAIN | If the provider is set to Mailgun, the domain must be set | No |
NETLIFY_EMAILS_DIRECTORY_OVERRIDE | If set, this will override the default directory ./emails when looking for templates | No |
FAQs
A build plugin that creates an email handler and processes requests to send emails
The npm package @netlify/plugin-emails receives a total of 2,162 weekly downloads. As such, @netlify/plugin-emails popularity was classified as popular.
We found that @netlify/plugin-emails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.