| 开发者 | agolab |
|---|---|
| 更新时间 | 2026年6月19日 07:04 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
AGOMP_PASSWORD as a constant in wp-config.php and the plugin reads the password from the constant, never from the database.ago-mail-pilot folder to /wp-content/plugins/ or install via the Plugins screen and upload the zip.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.
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.
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.
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.
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.
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.
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.
AUTH_KEY.AGOMP_PASSWORD constant override in wp-config.php.wp_options (no custom tables).