Skip to content

Email Settings

VPS Deployer can send email notifications when deployments are triggered and when they complete (success or failure).

  1. Navigate to Settings → Email Settings in the web UI
  2. Fill in your SMTP configuration:
FieldDescription
UsernameSMTP server username
PasswordSMTP server password or app password
SMTP HostSMTP server address (e.g., smtp.gmail.com)
SMTP PortPort number (usually 587 for TLS, 465 for SSL)
FromThe email address emails will be sent from
  1. Click Save

After saving, click Send Test Email to verify your SMTP settings work. You’ll receive a test email at your registered account email address.

Email notifications are controlled per-project:

  1. Go to your project details page
  2. Toggle Email Notifications on or off
  3. Notifications go to the email address registered to your account

Two types of emails are sent:

Sent when a deployment starts. Includes:

  • Project name
  • Branch
  • Commit message and author
  • Deployment ID

Sent when a deployment completes. Includes:

  • Project name
  • Status (success or failed)
  • Duration
  • Commit info
  • Link to view logs
  • Per project: Toggle off in project settings
  • Globally: Clear SMTP settings in the Email Settings page