Add Email Signature

설명

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

라이선스

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.

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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