Email System Diagnostic
1. Test SMTP Connection
This will verify your SMTP configuration and attempt to send a test email.
2. Test Contact Form API
This will test the contact form submission endpoint.
Troubleshooting Guide
Common Issues:
- Connection timeout: Check if SMTP port (465) is correct for SSL
- Authentication failed: Verify SMTP_USER and SMTP_PASS in Vercel env vars
- Self-signed certificate: TLS settings are already configured to handle this
- No error but no email: Check spam folder or email server logs
Environment Variables Required:
- SMTP_HOST: secure.emailsrvr.com
- SMTP_PORT: 465
- SMTP_SECURE: true
- SMTP_USER: support@shoptach.com
- SMTP_PASS: (your password)
- SMTP_FROM: support@shoptach.com
- CONTACT_EMAIL: service@waynetruck.com
