
內容簡介
總結:WordPress 中的默认 wp_mail() 函数常常不可靠,許多主機提供商限制或配置郵件發送不佳,導致重要通知(如註冊、密碼重置或 WooCommerce 訂單)被歸類為垃圾郵件或根本不被傳送。Cherkasov SMTP Mailer 通過將所有網站的發送郵件重新定向到專業 SMTP 伺服器(如 Gmail、SendGrid 或任何其他郵件服務)來解決此問題,從而顯著提高電子郵件的可靠性和傳遞性。
1. 什麼問題常常出現在 WordPress 的默認 wp_mail() 函数中?
- 常常不可靠,重要通知可能被歸類為垃圾郵件或根本不被傳送。
2. Cherkasov SMTP Mailer 通過什麼方式解決這個問題?
- 將所有網站的發送郵件重新定向到專業 SMTP 伺服器來提高可靠性和傳遞性。
3. 可以在 Cherkasov SMTP Mailer 中找到哪些功能?
- 可靠的郵件發送、易於配置、郵件日誌、日誌管理、Telegram 通知、測試工具、安全性、現代 UI 和保留政策等功能。
4. 如何配置主要 SMTP 設置?
- 啟用插件後,進入「設置」>「Cherkasov SMTP Mailer」,選擇 Mailer 並填入所需的 SMTP 伺服器資訊。
5. 如何設置 Telegram 通知?
- 點擊「Telegram 通知」按鈕,啟用選項後,創建新 bot 以獲取 Bot Token 和 Chat ID,選擇事件通知類型並點擊「發送測試」以驗證設置。
外掛標籤
開發者團隊
原文外掛簡介
The default wp_mail() function in WordPress can often be unreliable. Many hosting providers limit or poorly configure email sending, which leads to important notifications (like registrations, password resets, or WooCommerce orders) ending up in spam or not being delivered at all.
Cherkasov SMTP Mailer solves this problem by re-routing all your site’s outgoing emails through a professional SMTP server (such as Gmail, SendGrid, or any other mail service). This significantly increases the reliability and deliverability of your emails.
The plugin features a modern, intuitive interface, an advanced email log, and the ability to receive instant notifications about sending statuses in your Telegram.
Features
Reliable Delivery: Send emails through any SMTP server to avoid spam filters.
Easy Configuration: Quick presets for popular services (Gmail, Outlook, SendGrid) and flexible options for any other SMTP provider.
Email Log: Keeps a detailed log of all sent emails. View content, status, headers, and error messages.
Log Management: Search for emails, resend failed messages (one by one or all at once), and delete entries.
Telegram Notifications: Get instant messages in Telegram about successfully sent or failed emails.
Testing Tool: A built-in feature to send a test email to verify your settings and see a detailed debug log.
Security: Passwords and tokens are not displayed in the form after being saved and are transmitted securely.
Modern UI: A clean, responsive, and user-friendly interface built with modern web technologies.
Retention Policies: Configure automatic deletion of old log entries to keep your database clean.
Configuration
After activating the plugin, go to Settings > Cherkasov SMTP Mailer.
1. Main SMTP Settings
Mailer:
SMTP: Choose this option to send emails via an external server.
Default WP Mailer: Use your host’s standard mail function (not recommended).
Providers: You can select a popular provider (Gmail, Outlook, SendGrid) to auto-fill the host and port fields.
SMTP Host, Port, and Encryption: Enter the details provided by your email service provider.
Authentication: In most cases, this toggle should be enabled.
SMTP Credentials: Enter the username (usually your email address) and password for your email account.
For Gmail/Google: If you have two-factor authentication enabled, you must create an “App Password” in your Google account’s security settings and use it here.
Save Changes.
2. Sender Details
From Name: The name recipients will see.
From Email: The address emails will be sent from.
Force Sender: If enabled, all emails from your site (even from other plugins) will be sent using the specified From Name and From Email.
3. Telegram Notifications
Click the “Telegram Notifications” button.
Enable the “Enable Telegram Notifications” option.
Bot Token: Create a new bot by talking to @BotFather on Telegram. It will provide you with a unique token. Paste it here.
Chat ID: Talk to the @userinfobot and click “Start.” It will send you your unique ID. Paste it here.
Choose which events you want to be notified about (failed and/or successful sends).
Save the settings and click “Send Test” to verify.
Third-Party Services
This plugin uses the Telegram API to send notifications about the status of sent emails. This functionality is optional and only activated if you enable it in the settings and provide your own Telegram Bot Token and Chat ID.
Service: Telegram Bot API
Data Sent: When enabled, the plugin sends the recipient’s email address, email subject, your site’s URL, and the sending status (success or failure) to the Telegram API to be delivered to your specified chat.
Terms of Service: https://telegram.org/tos
Privacy Policy: https://telegram.org/privacy
