Açıklama
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
Yükleme
- 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
SSS
- 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
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“Simplest SMTP Mailer” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“Simplest SMTP Mailer” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.
Değişiklik Kaydı
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.