Email Settings
Configure outgoing email and manage HTML templates with trip and rate tags.
Checking...
Email Test
Uses /api/email-send endpoint with server environment variables for security.
Vercel Setup: 1) Add RESEND_API_KEY & EMAIL_FROM to environment variables 2) Redeploy
Local: Run
npm start for local development server.
Outgoing Email (SMTP / Provider)
Saved locally only. Wire to your email provider backend to send for real.
Template Editor
Hello #TRIP_PAX_NAME#,
Your trip #TRIP_CONFNUM# on #TRIP_DATE# at #TRIP_TIME# is confirmed.
Pickup: #TRIP_PICKUP#
Dropoff: #TRIP_DROPOFF#
Total: #TRIP_RATES_TOTAL#
Thank you!