-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Richard Kent Gates edited this page Jul 17, 2026
·
2 revisions
- WordPress 5.0 or higher
- PHP 7.3 or higher
- A MXRoute account with API credentials
- Download the latest release from GitHub Releases
- Extract the
mxroute-mailerfolder from the zip file - Upload the
mxroute-mailerfolder to/wp-content/plugins/on your server - Log in to WordPress admin
- Go to Plugins and find "MXRoute Mailer"
- Click Activate
SSH into your server and run:
cd /srv/www/wordpress/wp-content/plugins/
sudo git clone https://github.com/richardkentgates/mxroute-mailer.git mxroute-mailerwp plugin install --activate path/to/mxroute-mailer- Go to Settings > MXRoute Mailer in WordPress admin
- Enter your MXRoute credentials:
-
Server: Your MXRoute server hostname (e.g.,
mxroute.example.com) -
Username: Your MXRoute email address (e.g.,
you@mxroute.com) - Password: Your MXRoute password
-
Server: Your MXRoute server hostname (e.g.,
- Click Save Changes
- Use the Send Test Email form to verify your configuration
After activation, you should see:
- A new menu item under Settings called "MXRoute Mailer"
- A new item under Tools called "MXRoute Logs"
- A new item under Tools called "MXRoute Queue"
- The plugin listed on the Plugins page with version info
If you encounter issues during installation, see the Troubleshooting page.