Admin Buddy is a modular admin enhancement suite for WordPress. Each feature is an independent module you can enable or disable from the Setup screen. No feature runs unless you turn it on.
Modules included:
The complete source code is available at:
https://github.com/360igs/admin-buddy-free
The repository is published on each release and contains the exact files in the WordPress.org-hosted zip.
The SMTP module can route outgoing WordPress email through a third-party SMTP server when the site administrator chooses to enable it.
The plugin does not include hardcoded connections to any specific email service. The administrator supplies the SMTP host, port, encryption setting, and credentials in the SMTP module’s settings. No data is sent to any external server until the administrator saves those credentials and an email is dispatched (either by WordPress itself or by the SMTP module’s “Send test email” button).
When email is sent, the recipient address, message body, and any attachments are transmitted to the SMTP server the administrator configured, using the credentials supplied. The plugin neither chooses the destination server nor stores credentials anywhere outside the local site database.
Because the destination is administrator-supplied, no fixed terms-of-service or privacy-policy link applies; the relevant policy is the one published by whichever SMTP provider the administrator chooses.