Title: Send E-mail
Author: Paolo Melchiorre
Published: <strong>2009 年 12 月 20 日</strong>
Last modified: 2011 年 4 月 29 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/send-e-mail.svg)

# Send E-mail

 作者：[Paolo Melchiorre](https://profiles.wordpress.org/paulox/)

[下载](https://downloads.wordpress.org/plugin/send-e-mail.1.3.zip)

 * [详情](https://cn.wordpress.org/plugins/send-e-mail/#description)
 * [评价](https://cn.wordpress.org/plugins/send-e-mail/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/send-e-mail/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/send-e-mail/#developers)

 [支持](https://wordpress.org/support/plugin/send-e-mail/)

## 描述

Add a contact form to any post or page by inserting `[contact-form]` in the post.
Messages will be sent to the post’s author or any email address you choose.

Or add a contact form to a text widget. Messages will be sent to the email address
set in your Settings -> General admin panel or any email address you choose.

Your email address is never shown, and the sender never learns it (unless you reply
to the email).

As seen on WordPress.com.

This plugin was imported from [Grunion Contact Form](https://wordpress.org/extend/plugins/grunion-contact-form/)
but it adds full internationalization using localized string from WordPress core.

An e-mail [signature block](http://en.wikipedia.org/wiki/Signature_block) was appended
to the end of the e-mail message containing the sender’s name, email address, website
and IP and delimited from the body of the message by a single line consisting of
exactly two hyphens, followed by a space, followed by the end of line (“– \n”). 
This [signature cut line](http://tools.ietf.org/html/rfc3676#section-4.3) allows
software to automatically mark or remove the sig block.

#### Configuration

The `[contact-form]` shortcode has the following parameters:

 * `to`: A comma separated list of email addresses to which the messages will be
   sent.
    If you leave this blank: contact forms in posts and pages will send messages
   to the post or page’s author; and contact forms in text widgets will send messages
   to the email address set in Settings -> General.
 * Example: `[contact-form to="you@me.com"]`
 * Example: `[contact-form to="you@me.com,me@you.com,us@them.com"]`
 * `subject`: The e-mail subject of the message defaults to `[{Blog Title}] {Sidebar}`
   for text widgets
    and `[{Blog Title}] {Post Title}` for posts and pages. Set 
   your own default with the subject option.
 * Example: `[contact-form subject="My Contact Form"]`
 * `show_subject`: You can allow the user to edit the subject by showing a new field
   on the form. The
    field will be populated with the default subject or the subject
   you have set with the previous option.
 * Example: `[contact-form subject="My Contact Form" show_subject="yes"]`

### License

#### Send E-mail

Copyright (C) 2011 Paolo Melchiorre

This program is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but **without any
warranty**; without even the implied warranty of **merchantability** or **fitness
for a particular purpose**. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this
program. If not, see [Licenses – GNU Project](http://www.gnu.org/licenses/).

### Donation

This plugin is free for everyone! Since it’s released under the **GPL License**,
you can use it free of charge on your personal or commercial blog. But if you enjoy
this plugin, you can thank me and leave a [small donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10617157)
for the time I’ve spent writing and supporting this plugin.

## 屏幕截图

 * [[
 * Send E-mail – English
 * [[
 * Send E-mail – Español
 * [[
 * Send E-mail – Italiano

## 安装

 1. Upload the entire `send-e-mail` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add a contact form to any post or page by inserting `[contact-form]` in the post.

## 常见问题

  What about localization ?

This plugin was full internationalized because use localized string from WordPress
core.

  What about spam? Will I get a lot from the contact form?

If you have [Akismet](http://akismet.com) installed on your blog, you shouldn’t 
get much spam.
 All the messages people send to you through the contact form will
be filtered through Akismet.

  Anyone can put whatever they want in the name and email boxes. How can I know 
who’s really sending the message?

If a logged member of your site sends you a message, the end of the email will let
you know that the message was sent by a verified user.
 Otherwise, you can’t trust
anything… just like a blog comment.

Anonymity is both a curse and a blessing 🙂

  My blog has multiple authors. Who gets the email?

By default, the email is sent to the author of the post with the contact form in
it. So each author on your blog can have his or her own contact form.

In the contact form shortcode, you can specify what email address(es) messages should
be sent to with the `to` parameter.

  Great! But how will my visitors know who they’re sending a message to?

Just make the title of your post “Contact Mary” or put “Hey, drop John a line with
the form below” in the body of your post.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Send E-mail」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Paolo Melchiorre ](https://profiles.wordpress.org/paulox/)

[帮助将「Send E-mail」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/send-e-mail)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/send-e-mail/)，查看[SVN仓库](https://plugins.svn.wordpress.org/send-e-mail/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/send-e-mail/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/send-e-mail/)。

## 更新日志

#### 1.3

 * Tested with WordPress 3.1.
 * More internationalized text.
 * Fixed some typo.
 * This version is aligned with the 1.2 version of Grunion Contact Form.
 * Fix a PHP Warning in some CGI environments.
 * Move to shortcode API.
 * Add `to`, `subject` and `show-subject` options.
 * Allow use in text widgets.
 * Move spam check to a filter.

#### 1.2

 * Tested with WordPress 2.9
 * Fix in the readme.txt

#### 1.1

 * Imported from Grunion Contact Form.
 * Added full internationalization using localized string from WordPress core.

## 额外信息

 *  版本 **1.3**
 *  最后更新：**15 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 2.5 或更高版本 **
 *  已测试的最高版本为 **3.1.4**
 *  语言
 * [English (US)](https://wordpress.org/plugins/send-e-mail/)
 * 标签
 * [akismet](https://cn.wordpress.org/plugins/tags/akismet/)[contact](https://cn.wordpress.org/plugins/tags/contact/)
   [contact form](https://cn.wordpress.org/plugins/tags/contact-form/)[email](https://cn.wordpress.org/plugins/tags/email/)
   [i18n](https://cn.wordpress.org/plugins/tags/i18n/)
 *  [高级视图](https://cn.wordpress.org/plugins/send-e-mail/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/send-e-mail/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/send-e-mail/reviews/)

## 贡献者

 *   [ Paolo Melchiorre ](https://profiles.wordpress.org/paulox/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/send-e-mail/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10617157)