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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# SesPress

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

[Stáhnout](https://downloads.wordpress.org/plugin/sespress.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/sespress/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/sespress/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/sespress/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/sespress/#developers)

 [Podpora](https://wordpress.org/support/plugin/sespress/)

## Popis

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

## Instalace

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'];
    }
    ```

## Nejčastější dotazy

  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'];
    }
    ```

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

SesPress je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “SesPress” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/sespress/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/sespress/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/sespress/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Verze **0.1**
 *  Poslední aktualizace **před 9 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 4.7 nebo novější **
 *  Testováno až do WordPressu **4.9.32**
 *  Verze PHP ** 5.6 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Štítky
 * [aws](https://cs.wordpress.org/plugins/tags/aws/)[SES](https://cs.wordpress.org/plugins/tags/ses/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/sespress/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Vaše hodnocení](https://wordpress.org/support/plugin/sespress/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/sespress/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/sespress/)