Title: Wp Hard Mailer
Author: dgmike
Published: <strong>12 de Xuño, 2009</strong>
Last modified: 18 de Xuño, 2009

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-hard-mailer.svg)

# Wp Hard Mailer

 Por [dgmike](https://profiles.wordpress.org/dgmike/)

[Descargar](https://downloads.wordpress.org/plugin/wp-hard-mailer.1.1.2.zip)

 * [Detalles](https://gl.wordpress.org/plugins/wp-hard-mailer/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/wp-hard-mailer/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/wp-hard-mailer/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/wp-hard-mailer/#developers)

 [Soporte](https://wordpress.org/support/plugin/wp-hard-mailer/)

## Descrición

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]
    ```

## Capturas

[⌊List of templates. See, your short tag is generated, you just need to Ctrl+c and
Ctrl+v on yor post/tag.⌉⌊List of templates. See, your short tag is generated, you
just need to Ctrl+c and Ctrl+v on yor post/tag.⌉[

List of templates. See, your short tag is generated, you just need to Ctrl+c and
Ctrl+v on yor post/tag.

[⌊Edit your form template.⌉⌊Edit your form template.⌉[

Edit your form template.

[⌊Put your template form on your post.⌉⌊Put your template form on your post.⌉[

Put your template form on your post.

[⌊You can change the reciver mail, passing the mail algument.⌉⌊You can change the
reciver mail, passing the mail algument.⌉[

You can change the reciver mail, passing the mail algument.

[⌊You can put the form on your templates, using the simple wpHardMailer function.⌉⌊
You can put the form on your templates, using the simple wpHardMailer function.⌉[

You can put the form on your templates, using the simple `wpHardMailer` function.

## Instalación

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

1, 2, 3: You’re done!

## Preguntas frecuentes

  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|mike@visie.com.br')) ?>
    ```

or

    ```
      <?php wpHardMailer(array('name'=>'template name', 'mail'=>'Mike|mike@visie.com.br')) ?>
    ```

  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=”example@test.org”]

  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 <mike@visie.com.br>
    ```

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

    ```
    Mike | mike@visie.com.br
    ```

  How can I send o multiple recivers?

Just separe all mail by ; character.

    ```
    Mike | mike@visie.com.br ; Julio | julio@visie.com.br
    ```

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Wp Hard Mailer” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ dgmike ](https://profiles.wordpress.org/dgmike/)
 *   [ julio ](https://profiles.wordpress.org/julio/)

[Traduce “Wp Hard Mailer” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-hard-mailer)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/wp-hard-mailer/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/wp-hard-mailer/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/wp-hard-mailer/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-hard-mailer/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.1.2**
 *  Última actualización **Fai 17 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 2.5 ou superior **
 *  Probado ata **2.8**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-hard-mailer/)
 * Etiquetas
 * [email](https://gl.wordpress.org/plugins/tags/email/)[mail](https://gl.wordpress.org/plugins/tags/mail/)
   [sendmail](https://gl.wordpress.org/plugins/tags/sendmail/)[template](https://gl.wordpress.org/plugins/tags/template/)
   [theme](https://gl.wordpress.org/plugins/tags/theme/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/wp-hard-mailer/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

[Your review](https://wordpress.org/support/plugin/wp-hard-mailer/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/wp-hard-mailer/reviews/)

## Colaboradores

 *   [ dgmike ](https://profiles.wordpress.org/dgmike/)
 *   [ julio ](https://profiles.wordpress.org/julio/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/wp-hard-mailer/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](http://dgmike.com.br)