Add Email Signature

Descripción

This plugin adds a configurable signature to all outgoing emails from your WordPress site.

Licencia

Copyright 2012- David Anderson

MIT License:

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Capturas de pantalla

  • Configuring a signature

Instalación

Standard WordPress plugin installation:

  1. Upload add-email-signature/ into wp-content/plugins/ (or use the built-in installers)
  2. Activate the plugin via the ‘Plugins’ menu.
  3. Go to the ‘Add Email Signature’ option under ‘Settings’.
  4. Follow the instructions.

FAQ

I have a mail which is not having the signature appended. Why not?

This probably means that the plugin sending the mail is using its own mechanism to send it, instead of calling wp_mail as it should. Request the plugin author to instead use WordPress’s official mechanism.

The signature is only being added to the plain text of an email, and not inside an HTML mail

That’s right. If you have some code that’s capable of delving inside the HTML to do this correctly, then I’ll be pleased to use it. But I couldn’t think of a way.

Opiniones

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Add Email Signature” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Add Email Signature” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Historial de cambios

1.0.4 02/Jun/2016

  • TWEAK: Minor clean-up

1.0.3 12/03/2012

  • Added links to other useful WordPress resources

1.0.2 11/19/2012

  • Added a screenshot

1.0.1 11/13/2012

  • Fixed a typo

1.0 10/29/2012

  • First version