Email Forward Manager

// auto-route emails by subject code โ†’ center
Status
Loading...
Centers
0
Forwarded Today
0
Last Check
Never
Mail Server Settings
Center Routing Rules
Activity Log
Time Subject Center Status
No activity yet
Total Forwarded
0
all time
Today
0
โ€”
Yesterday
0
โ€”
This Week
0
โ€”
Last Week
0
โ€”
Failed
0
all time
Per Center Breakdown
Center Total Today This Week Failed Share
Loading...
Custom Date Filter
How to Deploy on Your Server
This system uses PHP for the backend โ€” it works on any shared hosting with cPanel (like GoDaddy, Namecheap, Bluehost, etc). No special software needed.
โ‘  Upload Files
Upload all files to your hosting public_html folder (or a subfolder like /mail-manager/):
index.html  ยท  api.php  ยท  cron.php
โ‘ก Set Folder Permissions
The script needs to write config.json and log.json.
In cPanel โ†’ File Manager, right-click your folder โ†’ Permissions โ†’ set to 755
โ‘ข Add a Cron Job in cPanel
Go to cPanel โ†’ Cron Jobs โ†’ Add New Cron Job
Set it to run every 5 minutes and paste this command:
*/5 * * * * curl -s https://yourdomain.com/cron.php >/dev/null 2>&1
โ‘ฃ Done!
Open your site in the browser, fill in the Configuration tab, add your Centers, save โ€” and the cron job handles the rest automatically every 5 minutes.