Skip to main content

Email

Send deployment notification via email.

Setup

  1. Add VORTEX_NOTIFY_EMAIL_FROM variable to .env file with the sender email address.
  2. Add VORTEX_NOTIFY_EMAIL_RECIPIENTS variable to .env file with recipients in format email|name (comma-separated for multiple).

Environment variables

VariableRequiredDefaultLocationDescription
VORTEX_NOTIFY_EMAIL_FROMYes.envSender email address
VORTEX_NOTIFY_EMAIL_RECIPIENTSYes.envRecipients (format: email|name)
VORTEX_NOTIFY_EMAIL_PROJECTNoVORTEX_NOTIFY_PROJECT.envProject name for email
VORTEX_NOTIFY_EMAIL_MESSAGENoDefault template.envCustom message template
VORTEX_NOTIFY_EMAIL_BRANCHESNo.envRestrict to specific branches (comma-separated)