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
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.