Add Email Signature

Popis

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

Licence

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.

Snímky obrazovky

  • Configuring a signature

Instalace

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.

Nejčastější dotazy

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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Add Email Signature je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

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