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.
This commit is contained in:
2026-06-26 03:06:26 +00:00
parent acadc57958
commit 52f6073593
33 changed files with 2039 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
---
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)