Files
infra/ai-memory/project_tomtomgames_email.md
myron 52f6073593 Add Claude Code AI memory files
AI context/memory from Claude Code sessions covering all
infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX,
MediaStack, and project feedback/preferences.
2026-06-26 03:06:26 +00:00

1.2 KiB

name, description, metadata
name description metadata
project-tomtomgames-email TomTomGames email service — CyberMail API + SMTP, same API key as tomsjavajive
node_type type originSessionId
memory project f0b18417-cc26-4fdf-87ec-7b2d69b02c44

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 function
  • sendgridSend() — kept as alias (calls cybermailSend) for backward compatibility
  • sendVerificationEmail($email, $alias, $token) — registration/resend verification

Emails Sent

  • Account verification (registration + resend)
  • Password reset (admin.php)