Title: SesPress
Author: Vaibhav Rathore
Published: <strong>10.01.2018</strong>
Last modified: 10.01.2018

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/sespress/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/sespress/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/sespress/#installation)
 * [Разработка](https://ru.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'];
    }
    ```

## Часто задаваемые вопросы

  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://ru.wordpress.org/plugins/tags/aws/)[SES](https://ru.wordpress.org/plugins/tags/ses/)
 *  [Дополнительно](https://ru.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/)