Mô tả
WP SMTP & Email Log, can help us to send emails via SMTP instead of the PHP mail() function.
It fixes your email deliverability by reconfiguring WordPress to use a proper SMTP provider when sending emails, and keep an
Email log so you can know when your emails are failing to deliver and why.
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.
- Chức năng cảnh báo tích hợp khi email đang hoạt động, bạn có thể nhận được thông báo qua email, Slack hoặc pushover.
- Kiểm tra cổng cho bất kỳ sự cố chặn nào.
Kiểm tra bài viết SMTP:
https://wordpress.org/plugins/post-smtp/
CREDITS
Plugin WP SMTP ban đầu được tạo ra bởi BoLiQuan. Nhưng hiện tại thì nó đang được sở hữu và duy trì bởi Yehuda Hassine.
Usage
- Download and extract
wp-smtp.zip
towp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- “Dashboard”->”Settings”->”WP SMTP”
- For more information of this plugin, please visit: Plugin Homepage.
Cài đặt
- Download and extract
wp-smtp.zip
towp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- “Dashboard”->”Settings”->”WP SMTP”
- For more information of this plugin, please visit: Plugin Homepage.
Hỏi đáp
-
What is the different between this and Post SMTP
-
WP SMTP is more SMTP delivery focus and has less features:
- If you don’t want or need to use API.
- No failed mails notifications.
- No fallback server.
For any other question you can submit it in https://wordpress.org/support/plugin/wp-smtp,
if It’s urgent like a bug submit it here: https://wpsmtpmail.com/contact/
Đánh giá
Người đóng góp & Lập trình viên
“WP SMTP” đã được dịch qua 4 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “WP SMTP” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2
Fixed: handle the mail parts as needed
1.2
New and shiny mail logger.
1.1.11
All good, still maintained, just update some info
1.1.10
Người bảo trì mới – yehudah
https://wpsmtpmail.com/v1-1-10-wp-smtp-is-back/
- Sắp xếp và cập nhật cấu trúc mã.
- Các thông tin có thể được cấu hình bên trong tệp wp-config.php
1.1.9
- Some optimization
1.1.7
- Using a nonce to increase security.
1.1.6
- Add Yahoo! example
- Some optimization
1.1.5
- Some optimization
1.1.4
- If the field “From” was not a valid email address, or the field “Host” was left blank, it will not reconfigure the wp_mail() function.
- Add some reminders.
1.1.3
- If “SMTP Authentication” was set to no, the values “Username””Password” are ignored.
1.1.2
- First release.