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

Wp Hard Mailer

描述

Create two textareas, one for create a form template and other for a mail template.

The first one can be included on any page(s)/post(s)/sidebar. The advantage of this methos is have all control on your form. PHP tags will be scaped.

The second textarea determines a template mail that the form. On the template you can use [names] to put your content anywhere.

Sample:

This email was send by [name]

---

[message]

屏幕截图

安装

Upload the Wp Hard Mailer plugin to your blog, Activate it. Access the config settings.

1, 2, 3: You’re done!

常见问题

Can I use the plugin in my templates

Yes, you can! Just put this code on your template file:

  <?php if (function_exists('wpHardMailer')) wpHardMailer('name of template'); ?>
How can I change the recivers on wpHardMailer function

Send an params (array or string) to the funcion.

  <?php wpHardMailer(array('name'=>'template name', 'mail'=>'Mike|[email protected]')) ?>

or

  <?php wpHardMailer(array('name'=>'template name', 'mail'=>'Mike|[email protected]')) ?>
Can I use the same form on deiferent areas changing only the reciver?

Yes, you can! on you shortcode put the mail arg.

[wphm name=”simple mail” mail=”[email protected]”]

TinyMCE Hacking

The editor TinyMCE removes no real tags when you change from html view to visual view. So, if you pass the mail argument like this.

Mike <[email protected]>

The tinyMCE remover the reciver mail. So, you have to pass the name and mail separated whit pipe | character. Like this.

Mike | [email protected]
How can I send o multiple recivers?

Just separe all mail by ; character.

Mike | [email protected] ; Julio | [email protected]

评价

此插件暂无评价。

贡献者及开发者

「Wp Hard Mailer」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Wp Hard Mailer」翻译成简体中文。

对开发感兴趣吗?

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