Linux 软件免费装
Banner图

DadsFam SMTP

开发者 dadsfam
更新时间 2026年8月15日 16:28
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email woocommerce smtp mailer email-log

下载

2.0.6 2.0.7 2.0.10 2.0.9

详情介绍:

WordPress sends email with PHP's mail() function, which most hosts either block or deliver straight to spam. DadsFam SMTP replaces it with a real authenticated SMTP connection, so your password resets, contact forms and WooCommerce order emails actually arrive. Everything described below works on every site. Nothing is disabled, blurred out, time-limited or reduced. Set up in about two minutes Pick your provider from the list and the host, port and encryption fill themselves in. Enter your username and password, save, then send a test email. The test shows you the full SMTP conversation, so if something is wrong you can see exactly which step failed. Supported providers Gmail, Outlook and Office 365, SendGrid, Mailgun, Amazon SES, Brevo, Postmark, SparkPost, Zoho Mail, Yahoo Mail, Hostinger, cPanel, and any custom SMTP server. Features WooCommerce DadsFam SMTP hooks in at a late priority, so it wins over WooCommerce's own From address settings and your store emails always send from the address you configured. The diagnostics screen flags any mismatch between the two and lets you test-send each WooCommerce email type. Declared compatible with High-Performance Order Storage and Cart & Checkout Blocks. Extending the plugin The plugin exposes documented actions and filters — dfsmtp_configure_mailer, dfsmtp_after_configure_mailer, dfsmtp_mail_failed, dfsmtp_mail_logged, dfsmtp_save_settings, dfsmtp_settings_page_end, dfsmtp_nav_pages and others — so you can layer your own behaviour onto the send pipeline. The full list is documented in the header of dadsfam-email-smtp.php. An optional commercial add-on, DadsFam SMTP PRO, is built on this same hook API for stores and agencies sending at higher volume. It is a separate plugin and is not required — this plugin is complete on its own. A word about PRO Right, let me be straight with you, because I hate being sold to as much as you do. Everything above is free and it stays free. Sending your mail through a proper SMTP server is not a premium feature. Saving your provider details, encrypting your password, logging what went out and resending one that failed are not premium features. Those are things a plugin like this should just do, and if I put them behind a paywall I would be taking the mickey. There is a PRO add-on. It exists because I am a dad in Cape Town, and this is one of the things that puts food on the table at my house. That is the honest reason. Not "unlock your potential", not "supercharge your workflow". Just: if this plugin got your email sending again and you can spare it, PRO helps me keep building. What PRO adds is the stuff you only want once you are sending real volume — sending from more than one mailbox and routing each message to the right one, failing over to a backup server when your main one has a bad day, retrying failed sends on their own, open and click tracking, failure alerts into Slack or Discord, and a weekly delivery digest. That is convenience and automation. It is not the plugin working properly, because the plugin already works properly. So if the free one does everything you need, brilliant. Genuinely. Use it, and I hope it saves you a frustrating afternoon chasing email that will not send. If you get to the point where the automation would save you real time, PRO is at plugins.dadsfam.co.za. Either way, thanks for using something I built. — Zak, DadsFam PRO adds:

安装:

  1. Upload the dadsfam-email-smtp folder to /wp-content/plugins/, or install through Plugins → Add New.
  2. Activate the plugin.
  3. Go to DadsFam SMTP → Settings and choose your provider.
  4. Enter your credentials and save.
  5. Go to DadsFam SMTP → Test & Tools and send a test email.

升级注意事项:

2.0.10 Packaging only — trims the tag list to the five WordPress.org allows. No change to how the plugin works. 2.0.9 Adds AI assistant support via the WordPress Abilities API (WP 6.9+): connect Claude or ChatGPT through an MCP plugin like WPVibe and let it read stats, check deliverability, send tests and manage settings. Admin-only; your SMTP password is never exposed. Email delivery is unchanged. 2.0.7 Readme only — adds an honest note about what's free and what the optional PRO add-on does. Nothing changes in how the plugin works. 2.0.6 Housekeeping only. Uninstall now removes just this plugin's own data by exact name and runs across every site on multisite. Email delivery and your settings are unaffected. 2.0.4 Strengthens how SMTP passwords are stored and removes a fallback that could save a password unprotected. Existing passwords keep working; no reconfiguration needed. 2.0.3 Corrects email-log labelling. Non-WooCommerce emails are no longer misreported as WooCommerce order emails. Log accuracy only, delivery is unaffected. 2.0.2 Version alignment only. Nothing changes in the free plugin. 2.0.1 Removes two PHP 8.4 deprecation notices and corrects CSV export escaping. Recommended for sites on PHP 8.4. 2.0.0 Important reliability fixes, including one where a failed send could loop indefinitely. Logging is now unlimited for everyone. Settings and logs are preserved on upgrade.

常见问题:

Gmail keeps rejecting my password.

Gmail will not accept your normal account password over SMTP. Turn on 2-Step Verification, then generate an App Password under Google Account → Security → App passwords, and use that instead.

My host blocks port 25.

Almost all do. Use port 587 with TLS, or 465 with SSL. If neither connects, use the connection test to confirm whether the problem is the network or your credentials, then ask your host whether outbound SMTP is permitted.

Are my SMTP passwords safe?

Passwords are encrypted with AES-256-CBC using a key derived from your site's own AUTH_KEY, so a stolen database dump does not expose them. They are also never included in a configuration export.

Will this work with WooCommerce?

Yes. The plugin runs after WooCommerce and overrides its From address, so store emails send from your configured, authenticated address. There is a diagnostics screen for testing each WooCommerce email type.

Does logging slow my site down?

No. Each send writes one indexed row, and the log list never loads message bodies. Old entries are purged automatically on a daily schedule according to your retention setting.

How do I stop a staging site emailing real customers?

Turn on blocking mode under Settings → Delivery Controls. Nothing is delivered, but every attempt is still logged so you can confirm what the site would have sent.

更新日志:

2.0.10 2.0.9 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.6.3 1.5.0 1.4.0 1.2.0 1.0.0