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

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# SesPress

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

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

 * [Details](https://de.wordpress.org/plugins/sespress/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/sespress/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/sespress/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/sespress/#developers)

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

## Beschreibung

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

## Installation

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

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„SesPress“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „SesPress“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/sespress/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/sespress/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/sespress/) per
[RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.1**
 *  Zuletzt aktualisiert **vor 8 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 4.7 oder höher **
 *  Getestet bis **4.9.29**
 *  PHP-Version ** 5.6 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Schlagwörter
 * [aws](https://de.wordpress.org/plugins/tags/aws/)[SES](https://de.wordpress.org/plugins/tags/ses/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/sespress/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/sespress/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/sespress/)