Mô tả
WP SMTP có thể giúp bạn gửi email qua SMTP thay vì hàm PHP mail ().
Bạn có thể cấu hình cài đặt email trong “Bảng điều khiển”->”Cài đặt”->”WP SMTP”.
Có một số ví dụ trong trang cài đặt, bạn có thể click vào biểu tượng tương ứng để xem (chẳng hạn như “Gmail” “Yahoo!” “Microsoft” “163” “QQ”).
Nếu trường “Từ” không phải là địa chỉ email hợp lệ hoặc trường “Máy chủ SMTP” được để trống, nó sẽ không cấu hình lại hàm wp_mail ().
CREDITS
WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintained by WPOmnia.
Usage
- Download and extract
wp-smtp.zip
towp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- “Dashboard”->”Settings”->”WP SMTP”
Ảnh màn hình
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”
Hỏi đáp
You can submit it in https://wordpress.org/support/plugin/wp-smtp.
Đánh giá
Người đóng góp & Lập trình viên
“WP SMTP” đã được dịch qua 8 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.7
Updated: security improvements.
1.2.6
Updated: Plugin author to reflect ownership changes.
1.2.5
Fixed: base64_encoding problem for passwords and users that may appear that they are already in base64_encoding but in reality they are not ( https://github.com/WPChill/wp-smtp/issues/7 )
Changed: Removed CDN files and added them locally ( https://github.com/WPChill/wp-smtp/issues/8 )
1.2.4 – 15.04.2022 –
Changed: Added base64 encode for username and passwords ( https://github.com/WPChill/wp-smtp/issues/2 )
Added: Setting to disable the email logging. ( https://github.com/WPChill/wp-smtp/issues/3 )
1.2.3
Fix auto loading require path
1.2.2
Just update info
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.