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

---

Søk i utvidelser

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

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

# SesPress

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

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

 * [Detaljer](https://nb.wordpress.org/plugins/sespress/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/sespress/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/sespress/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/sespress/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/sespress/)

## Beskrivelse

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

## Installasjon

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

## Ofte stilte spørsmål

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

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«SesPress» er programvare med åpen kildekode. Følgende personer har bidratt til 
denne utvidelsen:

Bidragsytere

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

[Oversett «SesPress» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/sespress/), sjekk
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/sespress/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/sespress/) med [RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versjon **0.1**
 *  Sist oppdatert **8 år siden**
 *  Aktive installasjoner **Færre enn 10**
 *  WordPress-versjon ** 4.7 eller nyere **
 *  Testet opp til **4.9.29**
 *  PHP-versjon ** 5.6 eller nyere **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Stikkord
 * [aws](https://nb.wordpress.org/plugins/tags/aws/)[SES](https://nb.wordpress.org/plugins/tags/ses/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/sespress/advanced/)

## Vurderinger

No reviews have been submitted yet.

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

[Se alle omtalene](https://wordpress.org/support/plugin/sespress/reviews/)

## Bidragsytere

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

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/sespress/)