內容簡介
SDK WP SMTP 可以讓我們使用 SMTP 發送電子郵件,而不是使用 PHP mail() 函式。它在“儀表板”->“設置”->“SDk WP SMTP”中添加一個設置頁面,您可以在該頁面上配置電子郵件設置。那裡有一些示例,您可以點擊相應的圖標查看(例如“Gmail”,“Yahoo!”,“Microsoft”,“163”,“QQ”)。
如果“發送自”字段不是有效的電子郵件地址,或者“SMTP 主機”字段未填寫,它將不會重新配置 wp_mail() 函式。
您需要更高級的 SMTP 郵件程序嗎?
WP SMTP 設置的內置匯入程序。
每個服務的通用 SMTP。
SMTP 端口被阻擋?API 支持-用於通過 HTTP 發送 Gmail、Sendgrid、Mailgun 和 Mandrill 的電子郵件的方法。
可以在 wp-config.php 中配置憑據而不是 DB。
內置郵件記錄器,可以重新發送和過濾。
當電子郵件失敗時,內置警報功能,您可以通過電子郵件、Slack 或 pushover 得到通知。
任何阻塞問題的端口檢查器。
請查看 Post SMTP:
https://wordpress.org/plugins/post-smtp/
致謝
SDK WP SMTP 插件最初由 BoLiQuan 創建,後來由 Yehuda Hassine 進一步完善。
用法
下載並提取 wp-smtp.zip 到 wp-content/plugins/。
透過 WordPress 的“插件”菜單啟用插件。
打開“儀表板”->“設置”->“SDK WP SMTP”。
外掛標籤
開發者團隊
原文外掛簡介
SDK WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
It adds a settings page to “Dashboard”->”Settings”->”SDk WP SMTP” where you can configure the email settings.
There are some examples on the settings page, you can click the corresponding icon to view (such as “Gmail””Yahoo!””Microsoft””163″”QQ”).
If the field “From” was not a valid email address, or the field “SMTP Host” was left blank, it will not reconfigure the wp_mail() function.
Do you want more advanced SMTP mailer?
Built-in importer for WP SMTP settings.
Universal SMTP for every service.
SMTP ports are blocked? API support – A method for sending emails via HTTP for Gmail, Sendgrid, Mailgun, and Mandrill.
Credentials can be configured inside wp-config.php insted of the DB.
Built-in mail logger with the option to resend and filter.
Built-in alert function when emails are faling, you can get notified by Email, Slack or pushover.
Ports checker for any blocking issue.
Check Post SMTP:
CREDITS
SDK WP SMTP plugin was originally created by BoLiQuan and then refined by Yehuda Hassine.
Usage
Download and extract wp-smtp.zip to wp-content/plugins/
Activate the plugin through the ‘Plugins’ menu in WordPress.
“Dashboard”->”Settings”->”SDK WP SMTP”.
