mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
52f6073593
AI context/memory from Claude Code sessions covering all infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX, MediaStack, and project feedback/preferences.
1.2 KiB
1.2 KiB
name, description, metadata
| name | description | metadata | ||||||
|---|---|---|---|---|---|---|---|---|
| project-tomtomgames-email | TomTomGames email service — CyberMail API + SMTP, same API key as tomsjavajive |
|
Email Service: CyberMail (same account as tomsjavajive.com)
API Key: sk_live_7f9b0f9a29f6de31a0d229d4af75d56b094ad724fc58a57d (verified working 2026-06-06)
SMTP Host: mail.cyberpersons.com | Port: 587 | Security: STARTTLS
SMTP Username: smtp_ad34c4d915da7bfc
SMTP Password: m47o2-UqPgM-IBeYNRz-uHSJAHnPGe9w
From: noreply@tomtomgames.com
Files Updated
/home/tomtomgames.com/includes/config.php— CYBERMAIL_API_KEY + SMTP constants/home/tomtomgames.com/includes/mailer.php— rewritten to use CyberMail API via cybermailSend()/home/tomtomgames.com/public_html/api/admin.php— mail() replaced with cybermailSend()
Email Functions
cybermailSend($to, $name, $subject, $text, $html, $tags)— primary send functionsendgridSend()— kept as alias (calls cybermailSend) for backward compatibilitysendVerificationEmail($email, $alias, $token)— registration/resend verification
Emails Sent
- Account verification (registration + resend)
- Password reset (admin.php)