Files
smtp-for-websites/tomtomgames.com.md
myron 9aea457588 Add SMTP/email credentials for all managed websites
- 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>
2026-05-29 13:37:29 +00:00

36 lines
1.1 KiB
Markdown

# tomtomgames.com — Email Configuration
**Provider:** CyberMail (CyberPersons)
**Status:** ✅ Live — domain verified
## API (Primary)
| Setting | Value |
|---------|-------|
| Endpoint | `POST https://platform.cyberpersons.com/email/v1/send` |
| API Key | `sk_live_d52bf062797105aeaafac9954c21ff988e9b41b77315807d` |
| Auth Header | `Authorization: Bearer sk_live_d52bf062797105aeaafac9954c21ff988e9b41b77315807d` |
| From Address | noreply@tomtomgames.com |
| From Name | TomTomGames |
## SMTP (Backup — blocked by DigitalOcean port 587)
| Setting | Value |
|---------|-------|
| Host | mail.cyberpersons.com |
| Port | 587 |
| Security | STARTTLS |
| Username | smtp_ad34c4d915da7bfc |
| Password | m47o2-UqPgM-IBeYNRz-uHSJAHnPGe9w |
## Server Files
| File | Purpose |
|------|---------|
| `/home/tomtomgames.com/includes/config.php` | `CYBERMAIL_API_KEY`, `SMTP_*` constants |
| `/home/tomtomgames.com/includes/mailer.php` | `cybermailSend()`, `sendVerificationEmail()`, `sendgridSend()` alias |
## Emails Sent
- Account verification email (registration + resend)
- Password reset (from admin panel)