Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v15.
- This action is used across all versions by 9,689 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 directly from a GitHub Actions workflow. It supports sending emails with plain text, HTML, or multipart content, converting Markdown to HTML, and attaching files with globbing support. This action simplifies email notifications and integrations by providing flexible configuration options for recipients, custom headers, priorities, and SMTP connections, making it ideal for sending job results or automated alerts.
Release notes
What’s Changed
- build(deps): bump undici from 6.23.0 to 6.24.1 by @dependabot[bot] in https://github.com/dawidd6/action-send-mail/pull/275
- node_modules: update by @dawidd6 in https://github.com/dawidd6/action-send-mail/pull/276
Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v14...v15