
內容簡介
Mesh SMTP 是一款輕量級的 WordPress SMTP 外掛,旨在幫助網站擁有者輕鬆配置發送郵件,並確保郵件能順利送達收件箱。它支援多種郵件服務,並提供簡單的設置流程,讓使用者能夠清楚了解每個設置項目。
【主要功能】
• 簡單的三步驟 SMTP 設定精靈
• 支援 Gmail、Microsoft 365、Zoho 等郵件服務
• 自訂 SMTP 支援,包含可選的身份驗證
• 測試郵件流,提供真實的狀態回報
• 隱私優先的郵件日誌設定
• 安全的 wp-config.php 常數設定
外掛標籤
開發者團隊
② 後台搜尋「Mesh SMTP – Easy WordPress SMTP & Email Delivery」→ 直接安裝(推薦)
原文外掛簡介
Mesh SMTP is a lightweight WordPress SMTP plugin for website owners who want a clear way to configure outgoing email without a crowded dashboard.
Connect WordPress to Gmail, Google Workspace, Microsoft 365, Zoho Mail, Hostinger Email, SendGrid, Mailgun, or any custom SMTP server. The guided setup explains each field in plain language and separates mailer acceptance from real inbox delivery.
Mesh SMTP works with email sent through WordPress wp_mail(), which commonly includes:
Contact form notifications
Password reset emails
New user and administrator notifications
WooCommerce transactional emails
WordPress update and security notifications
Messages sent by compatible themes and plugins
Easy 3-Step WordPress SMTP Setup
Choose your email provider from simple provider cards.
Enter the SMTP connection details with clear host, security, port, authentication, username, password, and sender guidance.
Send and confirm a test email so the dashboard does not claim delivery before you verify the inbox.
Main Features
Simple three-step SMTP setup wizard
Provider presets for Gmail, Microsoft 365, Zoho, Hostinger, SendGrid, and Mailgun
Custom SMTP support with optional authentication for trusted relays
Test email flow with honest Accepted, Received and Confirmed, Failed, and Retest Required states
Automatic test invalidation when SMTP settings change
Clear SMTP host, TLS/SSL, port, authentication, username, password, From Email, and From Name fields
Recommended port guidance without overwriting a custom port
Saved password indicator with a dedicated Remove Saved Password action
Warning when another common SMTP plugin appears active
Microsoft 365 warning when OAuth or tenant SMTP AUTH policy may be required
Privacy-first email logging: Off, failures only, or all mailer results
Optional masked, hidden, or full recipient storage
Optional subject logging and 7, 14, or 30-day retention
Clear Logs and Clear Last Failure actions
Masked support summary by default, with an explicit option to include personal details
Safe JSON settings export and import without exporting the SMTP password
wp-config.php constants for deployment-managed SMTP credentials
WordPress Site Health integration
Accessible provider cards, wizard steps, live status messages, and password controls
Admin assets load only on the Mesh SMTP screen
Capability checks, nonces, sanitization, and escaped output
Honest Test Email Results
A successful wp_mail() response means WordPress and PHPMailer accepted the sending request without returning an error. It does not prove that the message reached the Inbox.
Mesh SMTP therefore uses a two-part verification flow:
Accepted by mailer — WordPress returned no sending error.
Received and confirmed — an administrator checked the Inbox or Spam folder and confirmed receipt.
This avoids a misleading “delivered” message when the receiving mail server may still delay, filter, or reject the email.
Privacy-First Email Logs
Email logging is configurable. The recommended default stores failed emails only, masks recipient addresses, hides subject lines, and removes old entries after 14 days.
Mesh SMTP never stores email bodies or attachments in its activity log.
Supported Provider Presets
Gmail and Google Workspace
Outlook and Microsoft 365
Zoho Mail
Hostinger Email
SendGrid
Mailgun
Custom SMTP
Microsoft 365 Note
Some Microsoft 365 tenants do not allow username/password SMTP. OAuth 2.0 or an administrator-enabled SMTP AUTH policy may be required. Mesh SMTP currently supports standard SMTP credentials and displays a warning when the Microsoft preset is detected.
Secure wp-config.php Constants
Developers can define these constants in wp-config.php to override values saved in WordPress:
MESHSMTP_ENABLED
MESHSMTP_HOST
MESHSMTP_PORT
MESHSMTP_SECURE
MESHSMTP_AUTH
MESHSMTP_USERNAME
MESHSMTP_PASSWORD
MESHSMTP_FROM_EMAIL
MESHSMTP_FROM_NAME
The SMTP password is never shown back in the admin interface.
