Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v13.
- This action is used across all versions by 9,679 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Send Mail GitHub Action automates the process of sending emails to multiple recipients directly from a GitHub Actions workflow. It supports plain text, HTML, and multipart email bodies, Markdown-to-HTML conversion, file attachments, and advanced email options like custom headers, priority settings, and proxy configurations. This action simplifies email notifications for CI/CD pipelines, making it ideal for sending build results, alerts, or other automated updates.
Release notes
What’s Changed
- Upgrade to node24 by @felfert in https://github.com/dawidd6/action-send-mail/pull/273
Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v12...v13