Mô tả
About the Plugin
You need WordPress to send emails in your development environment on Windows?
You simply can’t use sendmail, or would rather use your own SMTP…?
Simplest SMTP Mailer is indeed the most simple answer.
It hooks onto the phpmailer_init action to set PHPMailer to use SMTP method with custom settings.
Simple and straight forward, useful for any environment.
Arbitrary section
A brief Markdown Example
Cài đặt
- Upload
simplest-smtp-mailer
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit the settings page within your Settings menu in your Dashboard
Hỏi đáp
- Installation Instructions
-
- Upload
simplest-smtp-mailer
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit the settings page within your Settings menu in your Dashboard
- Upload
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“Simplest SMTP Mailer” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Simplest SMTP Mailer” 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.1
Added Dev/test mode
Fix PHPMailer value issue.
1.0
First version: SMTP with host, port, debug, security (TLS, self-signed certificate), authentification, username, password.