Title: SesPress
Author: Vaibhav Rathore
Published: <strong>2018 ལོའི་ཟླ 1 ཚེས 10 ཉིན།</strong>
Last modified: 2018 ལོའི་ཟླ 1 ཚེས 10 ཉིན།

---

མཐུད་སྣེ་བཤེར་འཚོལ།

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# SesPress

 རྩོམ་པ་པོ། [Vaibhav Rathore](https://profiles.wordpress.org/rathorevaibhav/)

[ཕབ་ལེན།](https://downloads.wordpress.org/plugin/sespress.zip)

 * [ཞིབ་ཕྲ།](https://bo.wordpress.org/plugins/sespress/#description)
 * [གདེང་འཇོག](https://bo.wordpress.org/plugins/sespress/#reviews)
 *  [སྒྲིག་འཇུག](https://bo.wordpress.org/plugins/sespress/#installation)
 * [ཡར་རྒྱས།](https://bo.wordpress.org/plugins/sespress/#developers)

 [རམ་འདེགས།](https://wordpress.org/support/plugin/sespress/)

## ཞིབ་བརྗོད།

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

## སྒྲིག་འཇུག

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

## གདེང་འཇོག

There are no reviews for this plugin.

## བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“SesPress” is open source software. The following people have contributed to this
plugin.

བྱས་རྗེས་འཇོག་མཁན།

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

[ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “SesPress” ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/sespress)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sespress/), check out
the [SVN repository](https://plugins.svn.wordpress.org/sespress/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/sespress/) by [RSS](https://plugins.trac.wordpress.org/log/sespress/?limit=100&mode=stop_on_copy&format=rss).

## ཟུར་བརྗོད།

 *  Version **0.1**
 *  Last updated **ལོ 9 སྔོན།**
 *  Active installations **ཐེངས་ 10 ལས་ཉུང་བ།**
 *  WordPress version ** 4.7 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Tested up to **4.9.31**
 *  PHP version ** 5.6 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Language
 * [English (US)](https://wordpress.org/plugins/sespress/)
 * Tags
 * [aws](https://bo.wordpress.org/plugins/tags/aws/)[SES](https://bo.wordpress.org/plugins/tags/ses/)
 *  [མཐོ་རིམ་མཐོང་སྣང་།](https://bo.wordpress.org/plugins/sespress/advanced/)

## གདེང་འཇོག

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/sespress/reviews/)

## བྱས་རྗེས་འཇོག་མཁན།

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

## རམ་འདེགས།

Got something to say? Need help?

 [རམ་འདེགས་གླེང་སྟེགས་ལ་ལྟ།](https://wordpress.org/support/plugin/sespress/)