Title: SesPress
Author: Vaibhav Rathore
Published: <strong>2018年1月10日</strong>
Last modified: 2018年1月10日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

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

# SesPress

 作者: [Vaibhav Rathore](https://profiles.wordpress.org/rathorevaibhav/)

[ダウンロード](https://downloads.wordpress.org/plugin/sespress.zip)

 * [詳細](https://ja.wordpress.org/plugins/sespress/#description)
 * [レビュー](https://ja.wordpress.org/plugins/sespress/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/sespress/#installation)
 * [開発](https://ja.wordpress.org/plugins/sespress/#developers)

 [サポート](https://wordpress.org/support/plugin/sespress/)

## 説明

SesPress allows you to send emails using Amazon’s Simple Email Service.

Major features in SesPress includes:

 * Support to enable/disable the mail functionality
 * Ability to add a default sender
 * Test mode to override recipients with a test mode recipient at the time of testing
 * Ability to send mail templates with dynamic data

## インストール

1) Upload the plugin files to the `/wp-content/plugins/sespress` directory, or install
the plugin through the WordPress plugins screen directly.
 2) Activate the plugin
through the ‘Plugins’ screen in WordPress. 3) Use the `Settings->SesPress` screen
to configure your the AWS credentials. 4) Use the following snippet in your code
to use the functionality.

    ```
    add_action( 'wp', 'sespress_send_sample' );
    function sespress_send_sample() {
        $args = array(
            'subject' => 'Welcome to SesPress',
            'recipients' => array(
                array(
                    'name' => 'John Doe',
                    'email' => 'johndoe@example.com',
                ),
                array(
                    'name' => 'Jane Doe',
                    'email' => 'janedoe@example.com',
                ),
            ),
            'sender' => array(
                'name' => 'Admin',
                'email' => 'admin@mysite.com',
            ),
            'message' => array(
                'html' => '<h2>Test message embedded in HTML tags.</h2>'
            ),
        );
        $sespress = new SesPress;
        $result = $sespress->send( $args );
        echo $result['data'];
    }
    ```

## FAQ

  Installation Instructions

1) Upload the plugin files to the `/wp-content/plugins/sespress` directory, or install
the plugin through the WordPress plugins screen directly.
 2) Activate the plugin
through the ‘Plugins’ screen in WordPress. 3) Use the `Settings->SesPress` screen
to configure your the AWS credentials. 4) Use the following snippet in your code
to use the functionality.

    ```
    add_action( 'wp', 'sespress_send_sample' );
    function sespress_send_sample() {
        $args = array(
            'subject' => 'Welcome to SesPress',
            'recipients' => array(
                array(
                    'name' => 'John Doe',
                    'email' => 'johndoe@example.com',
                ),
                array(
                    'name' => 'Jane Doe',
                    'email' => 'janedoe@example.com',
                ),
            ),
            'sender' => array(
                'name' => 'Admin',
                'email' => 'admin@mysite.com',
            ),
            'message' => array(
                'html' => '<h2>Test message embedded in HTML tags.</h2>'
            ),
        );
        $sespress = new SesPress;
        $result = $sespress->send( $args );
        echo $result['data'];
    }
    ```

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

SesPress はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ Vaibhav Rathore ](https://profiles.wordpress.org/rathorevaibhav/)
 *   [ ColoredCow ](https://profiles.wordpress.org/coloredcow/)

[“SesPress” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/sespress)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/sespress/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/sespress/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/sespress/)を
[RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## メタ

 *  バージョン **0.1**
 *  最終更新日 **8年前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 4.7またはそれ以降 **
 *  検証済み最新バージョン: **4.9.29**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * タグ
 * [aws](https://ja.wordpress.org/plugins/tags/aws/)[SES](https://ja.wordpress.org/plugins/tags/ses/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/sespress/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/sespress/reviews/)

## 貢献者

 *   [ Vaibhav Rathore ](https://profiles.wordpress.org/rathorevaibhav/)
 *   [ ColoredCow ](https://profiles.wordpress.org/coloredcow/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/sespress/)