Send Failure Email via SMTP
Version updated for https://github.com/simonsfoundation/action-send-mail to version v1.1.
- This action is used across all versions by ? 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 action-send-mail GitHub Action automates the process of sending emails via an SMTP server, supporting plain text, HTML, and attachments. It simplifies email notifications in CI/CD workflows by enabling users to programmatically configure and send emails with customizable recipients, subjects, and content. Key features include support for secure email transmission (TLS/STARTTLS), multiple recipients (To, CC, BCC), and the ability to attach files directly from the workflow.
What’s Changed
What’s changed
- Added tests using local smtp
Breaking changes
None.