Title: SesPress
Author: Vaibhav Rathore
Published: <strong>2018-01-10</strong>
Last modified: 2018-01-10

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# SesPress

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

[Pobierz](https://downloads.wordpress.org/plugin/sespress.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/sespress/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/sespress/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/sespress/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/sespress/#developers)

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

## Opis

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

## Instalacja

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

## Najczęściej zadawane pytania

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

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„SesPress” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “SesPress” na swój język.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/sespress/), sprawdź 
[repozytorium SVN](https://plugins.svn.wordpress.org/sespress/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/sespress/)
przez [RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **0.1**
 *  Ostatnia aktualizacja **8 lat temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 4.7 lub nowszej **
 *  Testowano do **4.9.29**
 *  Wersja PHP ** 5.6 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Tagi
 * [aws](https://pl.wordpress.org/plugins/tags/aws/)[SES](https://pl.wordpress.org/plugins/tags/ses/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/sespress/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/sespress/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/sespress/)