Title: SesPress
Author: Vaibhav Rathore
Published: <strong>10 جنوري 2018</strong>
Last modified: 10 جنوري 2018

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](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://snd.wordpress.org/plugins/sespress/#description)
 * [جائزو](https://snd.wordpress.org/plugins/sespress/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/sespress/#installation)
 * [ترقي](https://snd.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'];
    }
    ```

## جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

## تعاون ڪندڙ & ڊولپرز

“SesPress” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

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

[ترجمو ڪريو “SesPress” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/sespress)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/sespress/)، چيڪ ڪريو
[SVN مخزن](https://plugins.svn.wordpress.org/sespress/)، يا رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/sespress/)
پاران [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://snd.wordpress.org/plugins/tags/aws/)[SES](https://snd.wordpress.org/plugins/tags/ses/)
 *  [ترقي يافته ڏيک](https://snd.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/)

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/sespress/)