该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Version: 0.3

描述

WP SMTP Contact Form is a wordpress plugin based upon WP Contact Form.

Instead of using the php default mail function (which probably uses sendmail),
WP SMTP Contact Form uses PEAR:Mail to send mail using an external SMTP server.

安装

  1. Upload to your plugins folder, usually wp-content/plugins/
  2. Activate the plugin on the plugin screen.
  3. Configure the plugin on it’s settings screen. Settings -> Contact Form

常见问题

How to use the WP SMTP Contact Form plugin

You need to add the <!--contact form--> to the body of the post/page in the editors HTML mode.

评价

此插件暂无评价。

贡献者及开发者

「Version: 0.3」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Version: 0.3」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1 – Init
0.2 – Include pear mail
0.3 – External PEAR detection