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

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# SesPress

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

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

 * [Detaljer](https://sv.wordpress.org/plugins/sespress/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/sespress/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/sespress/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/sespress/#developers)

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

## Beskrivning

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

## Vanliga frågor

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

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”SesPress” är programvara med öppen källkod. Följande personer har bidragit till
detta tillägg.

Bidragande personer

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

[Översätt ”SesPress” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/sespress/), kika på
[SVN-filförvaret](https://plugins.svn.wordpress.org/sespress/) eller prenumerera
på [utvecklarloggen](https://plugins.trac.wordpress.org/log/sespress/) via [RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.1**
 *  Senast uppdaterat **9 år sedan**
 *  Aktiva installationer **Färre än 10**
 *  WordPress-version ** 4.7 eller senare **
 *  Testat upp till **4.9.31**
 *  PHP-version ** 5.6 eller senare **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Etiketter
 * [aws](https://sv.wordpress.org/plugins/tags/aws/)[SES](https://sv.wordpress.org/plugins/tags/ses/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/sespress/advanced/)

## Betyg

Än så länge har inga recensioner skickats in.

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

[Visa alla recensioner](https://wordpress.org/support/plugin/sespress/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

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