{"id":5850,"date":"2009-06-12T17:07:21","date_gmt":"2009-06-12T17:07:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-hard-mailer\/"},"modified":"2009-06-18T20:42:32","modified_gmt":"2009-06-18T20:42:32","slug":"wp-hard-mailer","status":"publish","type":"plugin","link":"https:\/\/kea.wordpress.org\/plugins\/wp-hard-mailer\/","author":637626,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.2","stable_tag":"1.1.2","tested":"2.8","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Wp Hard Mailer","header_author":"DGmike","header_description":"","assets_banners_color":"","last_updated":"2009-06-18 20:42:32","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/dgmike.com.br","header_plugin_uri":"http:\/\/dgmike.com.br","header_author_uri":"http:\/\/dgmike.com.br","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2049,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.2"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1573768","resolution":"5","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573768","resolution":"2","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1573768","resolution":"4","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1573768","resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1573768","resolution":"3","location":"plugin"}},"screenshots":{"1":"<p>List of templates. See, your short tag is generated, you just need to Ctrl+c and Ctrl+v on yor post\/tag.<\/p>","2":"<p>Edit your form template.<\/p>","3":"<p>Put your template form on your post.<\/p>","4":"<p>You can change the reciver mail, passing the mail algument.<\/p>","5":"<p>You can put the form on your templates, using the simple <code>wpHardMailer<\/code> function.<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[267,450,6931,975,1141],"plugin_category":[41,42,43],"plugin_contributors":[87963,97890],"plugin_business_model":[],"class_list":["post-5850","plugin","type-plugin","status-publish","hentry","plugin_tags-email","plugin_tags-mail","plugin_tags-sendmail","plugin_tags-template","plugin_tags-theme","plugin_category-communication","plugin_category-contact-forms","plugin_category-customization","plugin_contributors-dgmike","plugin_contributors-julio","plugin_committers-dgmike"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-hard-mailer.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-hard-mailer\/trunk\/screenshot-1.jpg?rev=1573768","caption":"<p>List of templates. See, your short tag is generated, you just need to Ctrl+c and Ctrl+v on yor post\/tag.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-hard-mailer\/trunk\/screenshot-2.png?rev=1573768","caption":"<p>Edit your form template.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-hard-mailer\/trunk\/screenshot-3.png?rev=1573768","caption":"<p>Put your template form on your post.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-hard-mailer\/trunk\/screenshot-4.png?rev=1573768","caption":"<p>You can change the reciver mail, passing the mail algument.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-hard-mailer\/trunk\/screenshot-5.png?rev=1573768","caption":"<p>You can put the form on your templates, using the simple <code>wpHardMailer<\/code> function.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Create two textareas, one for create a form template and other for a mail template.<\/p>\n\n<p>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.<\/p>\n\n<p>The second textarea determines a template mail that the form. On the template you can use [names] to put your content anywhere.<\/p>\n\n<pre><code>Sample:\n\nThis email was send by [name]\n\n---\n\n[message]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>Upload the Wp Hard Mailer plugin to your blog, Activate it. Access the config settings.<\/p>\n\n<p>1, 2, 3: You're done!<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can I use the plugin in my templates<\/dt>\n<dd><p><em>Yes, you can!<\/em> Just put this code on your template file:<\/p>\n\n<pre><code>  &lt;?php if (function_exists('wpHardMailer')) wpHardMailer('name of template'); ?&gt;\n<\/code><\/pre><\/dd>\n<dt>How can I change the recivers on wpHardMailer function<\/dt>\n<dd><p>Send an params (array or string) to the funcion.<\/p>\n\n<pre><code>  &lt;?php wpHardMailer(array('name'=&gt;'template name', 'mail'=&gt;'Mike|mike@visie.com.br')) ?&gt;\n<\/code><\/pre>\n\n<p>or<\/p>\n\n<pre><code>  &lt;?php wpHardMailer(array('name'=&gt;'template name', 'mail'=&gt;'Mike|mike@visie.com.br')) ?&gt;\n<\/code><\/pre><\/dd>\n<dt>Can I use the same form on deiferent areas changing only the reciver?<\/dt>\n<dd><p><em>Yes, you can!<\/em> on you shortcode put the mail arg.<\/p>\n\n<p>[wphm name=\"simple mail\" mail=\"example@test.org\"]<\/p><\/dd>\n<dt>TinyMCE Hacking<\/dt>\n<dd><p>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.<\/p>\n\n<pre><code>Mike &lt;mike@visie.com.br&gt;\n<\/code><\/pre>\n\n<p>The tinyMCE remover the reciver mail. So, you have to pass the name and mail separated whit pipe | character. Like this.<\/p>\n\n<pre><code>Mike | mike@visie.com.br\n<\/code><\/pre><\/dd>\n<dt>How can I send o multiple recivers?<\/dt>\n<dd><p>Just separe all mail by ; character.<\/p>\n\n<pre><code>Mike | mike@visie.com.br ; Julio | julio@visie.com.br\n<\/code><\/pre><\/dd>\n\n<\/dl>","raw_excerpt":"Create two textareas, one for create a form template and other for a mail template. The form can be putted in posts, pages or sidebars.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5850"}],"author":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dgmike"}],"wp:attachment":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5850"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5850"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5850"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5850"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5850"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}