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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# SesPress

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

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

 * [Dettagli](https://it.wordpress.org/plugins/sespress/#description)
 * [Recensioni](https://it.wordpress.org/plugins/sespress/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/sespress/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/sespress/#developers)

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

## Descrizione

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

## Installazione

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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“SesPress” è un software open source. Le persone che hanno contribuito allo sviluppo
di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “SesPress” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/sespress/) segui 
il [repository SVN](https://plugins.svn.wordpress.org/sespress/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/sespress/)
tramite [RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versione **0.1**
 *  Ultimo aggiornamento **8 anni fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 4.7 o superiore **
 *  Testato fino alla versione **4.9.29**
 *  Versione PHP ** 5.6 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Tag
 * [aws](https://it.wordpress.org/plugins/tags/aws/)[SES](https://it.wordpress.org/plugins/tags/ses/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/sespress/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/sespress/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/sespress/)