Send deployment notification via email.
Setup
- Add
VORTEX_NOTIFY_EMAIL_FROMvariable to.envfile with the sender email address. - Add
VORTEX_NOTIFY_EMAIL_RECIPIENTSvariable to.envfile with recipients in formatemail|name(comma-separated for multiple).
Environment variables
| Variable | Required | Default | Location | Description |
|---|---|---|---|---|
VORTEX_NOTIFY_EMAIL_FROM | Yes | .env | Sender email address | |
VORTEX_NOTIFY_EMAIL_RECIPIENTS | Yes | .env | Recipients (format: email|name) | |
VORTEX_NOTIFY_EMAIL_PROJECT | No | VORTEX_NOTIFY_PROJECT | .env | Project name for email |
VORTEX_NOTIFY_EMAIL_MESSAGE | No | Default template | .env | Custom message template |
VORTEX_NOTIFY_EMAIL_BRANCHES | No | .env | Restrict to specific branches (comma-separated) |