
內容簡介
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h2>外掛總結:</h2>
<p>這個外掛程式會改寫 MailPoet 的預設 “PHPMail” 寄送方式。通常,MailPoet 呼叫 PHPMailer->isMail(),依賴於 PHP 的原生 mail() 函數。這種做法可能會繞過你的 WordPress SMTP 外掛程式設定。</p>
<h2>問題與答案:</h2>
<ul>
<li><strong>這個外掛程式的主要功能是什麼?</strong>
<p>這個外掛會取代 MailPoet 的 PHPMail 類別,使用類別別名技術。</p>
</li>
<li><strong>這個外掛程式如何確保郵件使用已設定的 SMTP 方法進行寄送?</strong>
<p>它會呼叫 wp_mail(),因此 WP Mail SMTP 或其他自定郵件鉤子可以處理實際的寄送。</p>
</li>
<li><strong>這個外掛程式的一個重要提示是什麼?</strong>
<p>這只是一個解決方案的方法,未來 MailPoet 更新可能會損壞(特別是重大版本更改)。</p>
</li>
<li><strong>是否需要進行充分測試?</strong>
<p>是的,你應該進行充分測試,包括 MailPoet 的測試郵件和實際的新聞稿寄送。</p>
</li>
</ul>
</body>
</html>
外掛標籤
開發者團隊
② 後台搜尋「SMTP Mail Control for MailPoet」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
By default, MailPoet sends emails via PHP Mail, its premium MailPoet Sending Service, or services like Amazon SES or SendGrid. But there’s a catch: Some SMTP providers (like Gmail) aren’t supported, and email logging isn’t possible.
➡ This plugin fixes that. It ensures all MailPoet newsletters are sent via your chosen SMTP plugin, so your WordPress email settings apply to newsletters, too – without extra setup or extra costs.
🛠 Works with popular SMTP plugins like:
✅ WP Mail SMTP (by WPForms – the most widely used SMTP plugin)
✅ FluentSMTP (lightweight, free, GDPR-friendly)
✅ Post SMTP (supports OAuth for Gmail, Outlook, etc.)
✅ Easy WP SMTP (simple & reliable)
✅ MailerSend, Brevo (formerly Sendinblue), and more
🎯 Why use this plugin?
✔ Ensures MailPoet emails follow your SMTP settings
✔ Works with Gmail & other SMTP providers MailPoet doesn’t support
✔ Enables email logging via your SMTP plugin
⚠ Important notes:
Major MailPoet updates may require adjustments.
Some advanced MailPoet features (like bounce handling) may behave differently.
✅ Test your setup with MailPoet test emails and real newsletters to ensure everything runs smoothly!
