Add Email Signature

外掛說明

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

License

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.

螢幕擷圖

  • Configuring a signature

安裝方式

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.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Add Email Signature〉的開發相關工作。

參與者

將〈Add Email Signature〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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