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.
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
---
|
|
name: project-tomtomgames-email
|
|
description: "TomTomGames email service — CyberMail API + SMTP, same API key as tomsjavajive"
|
|
metadata:
|
|
node_type: memory
|
|
type: project
|
|
originSessionId: 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)
|