Linux 软件免费装
Banner图

aGo Mail Pilot

开发者 agolab
更新时间 2026年6月19日 07:04
捐献地址: 去捐款
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

email mail smtp phpmailer mail-log

下载

1.0.0

详情介绍:

aGo Mail Pilot routes WordPress emails through the SMTP server of your choice. Pick a preset for one of 8 supported providers and the in-plugin wizard walks you, step by step, through how to obtain a username and password for that exact provider, with direct links to the right page in the provider dashboard. This is the differentiator from other SMTP plugins: every preset includes an explainer that opens automatically, in the user's language (English, Spanish, Brazilian Portuguese). End users no longer have to leave WordPress to figure out that Gmail needs an App Password, SendGrid uses the literal username "apikey", or Amazon SES uses dedicated SMTP credentials and not the AWS account credentials. Provider presets included Features

安装:

  1. Upload the ago-mail-pilot folder to /wp-content/plugins/ or install via the Plugins screen and upload the zip.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to aGo Tools, then Mail Pilot.
  4. Pick a provider preset. The credentials wizard opens automatically with step-by-step instructions and direct links.
  5. Save the settings and send a test email.
  6. Run the DNS health check on your sending domain to confirm SPF, DKIM and DMARC are correctly set.

屏幕截图:

  • DNS health check results for a sending domain (SPF / DKIM / DMARC).
  • Failure rate alerts settings.
  • Sidebar with quick links, About, Other aGo Lab plugins and donation cards.

升级注意事项:

1.0.0 Initial release.

常见问题:

Why are my emails still not delivered?

Most delivery issues come from sender authentication, not the plugin. Run the built-in DNS health check on your sending domain. It tells you exactly which of SPF, DKIM or DMARC is missing or misconfigured, with a recommendation per record. When a test email fails, the plugin also shows the exact SMTP response plus a heuristic hint about the likely cause.

Where is my SMTP password stored?

In the WordPress options table, encrypted with AES-256-CBC using your site's AUTH_KEY. If your secret keys are still the WordPress placeholders, the plugin falls back to base64 encoding and reminds you to regenerate the salts. For maximum hardening, define AGOMP_PASSWORD as a constant in your wp-config.php. When the constant is set, the plugin uses it instead of the stored value, so the password never lives in the database.

Does the plugin send any data to a third party?

No. The plugin only opens an SMTP connection to the host you configure. No telemetry, no remote license server, no external analytics. No connection to any aGo Lab server. The DNS check uses your server's own DNS resolver.

Why is the wizard suggesting I create an App Password for Gmail / a SMTP key for Brevo / etc., and not just type my account password?

Each provider authenticates SMTP differently. Gmail requires an app-specific password (your regular password does not work for SMTP). SendGrid uses the literal username apikey and an API key as password. Amazon SES uses dedicated SMTP credentials generated inside the SES console, not your AWS account credentials. The wizard explains each format so you do not waste hours on authentication errors.

Can I add another provider that is not in the list?

Yes. Choose Custom in the preset dropdown and enter the SMTP host, port, encryption, username and password manually. The plugin works with any SMTP server.

How do failure rate alerts work?

When you enable alerts and set a threshold (e.g. 30%), the plugin checks the recent log every hour. If at least N emails have been sent (configurable minimum sample size) and the failure ratio exceeds the threshold, it emails the configured recipient. To avoid noise, only one alert is sent per 24 hours.

Is there a way to switch the plugin language?

The plugin uses your WordPress site language. UI, the credentials wizard, the DNS auditor messages and the alert email are translated to English, Spanish and Brazilian Portuguese out of the box.

更新日志:

1.0.0