ReceptionistAI | Autonomous email outreach engine
0 sent today
50 daily limit
50 remaining
Resets at midnight UTC
| Time | Business | Sequence | Step | Status | |
|---|---|---|---|---|---|
| Loading outreach data... | |||||
Quick Start (Local Mode)
# 1. Install dependencies pip install psycopg2-binary requests # 2. Set SMTP credentials $env:SMTP_PASS = "your-sendgrid-api-key" $env:FROM_EMAIL = "receptionist@receptionistai.com.au" # 3. Init database tables python E:\genesis-system\mcp-servers\storm\local_runner.py --init-db # 4. Test with dry run (no emails sent) python E:\genesis-system\mcp-servers\storm\local_runner.py --dry-run # 5. Run for real python E:\genesis-system\mcp-servers\storm\local_runner.py # 6. Run as daemon (every 15 min) python E:\genesis-system\mcp-servers\storm\local_runner.py --daemon
VPS Deployment (when SSH access restored)
# Deploy to 152.53.201.221 (OpenClaw VPS — NOT AIVA at .152) bash E:\genesis-system\scripts\openclaw_deploy_ready.sh --deploy
SSH key: C:\Users\P3\.ssh\id_rsa — currently rejected by VPS (permission denied).
Resolution: Log into app.elestio.app, find service at 152.53.201.221, download SSH key.