Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v11.
- This action is used across all versions by 9,649 repositories.
Action Type
This is a Node action using Node version 20.
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 features such as plain text, HTML, and Markdown-to-HTML email bodies, file attachments, and customizable headers, along with secure email delivery options via SMTP. This action simplifies email notifications for tasks like build results, alerts, or updates, making it ideal for automated communication in CI/CD pipelines.
Release notes
What’s Changed
- Add support for custom email headers via JSON input by @KaSpiros in https://github.com/dawidd6/action-send-mail/pull/264
New Contributors
- @KaSpiros made their first contribution in https://github.com/dawidd6/action-send-mail/pull/264
Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v10...v11