Title: SesPress
Author: Vaibhav Rathore
Published: <strong>10. јануар 2018.</strong>
Last modified: 10. јануар 2018.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](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://sr.wordpress.org/plugins/sespress/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/sespress/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/sespress/#installation)
 * [Изградња](https://sr.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).

## Мета

 *  Version **0.1**
 *  Last updated **8 година раније**
 *  Active installations **Мање од 10**
 *  WordPress version ** 4.7 или новије **
 *  Tested up to **4.9.29**
 *  PHP version ** 5.6 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Tags
 * [aws](https://sr.wordpress.org/plugins/tags/aws/)[SES](https://sr.wordpress.org/plugins/tags/ses/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/sespress/advanced/)

## Оцене

No reviews have been submitted yet.

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

[See all reviews](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/)