mirror of
https://github.com/myronblair/smtp-for-websites
synced 2026-06-30 17:50:58 -05:00
9aea457588
- tomsjavajive.com: CyberMail API live (smtp_49a1fa9c0f15d2d7) - tomtomgames.com: CyberMail API live (smtp_ad34c4d915da7bfc) - epictravelexpeditions.com: SendGrid placeholder (not yet configured) - parkerslingshot.epictravelexpeditions.com: Mailjet placeholder (not configured) - parkerslingshotrentals.com: Mailjet placeholder (not configured) - orbishosting.com / jarvis: no email required Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
918 B
Markdown
27 lines
918 B
Markdown
# epictravelexpeditions.com — Email Configuration
|
|
|
|
**Provider:** SendGrid (placeholder — NOT configured)
|
|
**Status:** ⚠️ API key not set — emails are silently dropped
|
|
|
|
## Current State
|
|
The site uses a SendGrid API key that is set to a placeholder value (`SG.YOUR_KEY_HERE`).
|
|
Email sending is disabled until a real key is provided.
|
|
|
|
## Config File
|
|
`/home/epictravelexpeditions.com/public_html/api/config.php`
|
|
|
|
```php
|
|
define("SENDGRID_API_KEY", "SG.YOUR_KEY_HERE"); // <-- needs real key
|
|
define("MAIL_FROM", "noreply@epictravelexpeditions.com");
|
|
define("MAIL_FROM_NAME", "Epic Travel Expeditions");
|
|
define("ADMIN_EMAIL", "admin@epictravelexpeditions.com");
|
|
```
|
|
|
|
## Mailer File
|
|
`/home/epictravelexpeditions.com/public_html/api/includes/mailer.php`
|
|
Uses `sendgridSend()` — can be swapped to CyberMail same as other sites.
|
|
|
|
## Emails Sent
|
|
- Contact form submissions → admin
|
|
- Newsletter signups
|