Title: SES for WordPress
Author: duncanjbrown
Published: <strong>2013-01-09</strong>
Last modified: 2013-01-09

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/aws-ses-for-wp.svg)

# SES for WordPress

 Autor: [duncanjbrown](https://profiles.wordpress.org/duncanjbrown/)

[Pobierz](https://downloads.wordpress.org/plugin/aws-ses-for-wp.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/aws-ses-for-wp/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/aws-ses-for-wp/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/aws-ses-for-wp/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/aws-ses-for-wp/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/aws-ses-for-wp/)

## Opis

SES for WordPress

Introduction

This plugin provides support for AWS’s Simple Email Service for your WP site. It
supports arbitrary custom headers and handles image embedding for you. It sends 
HTML messages with an automatically-generated plain-text counterpart.

By default, it overrides the native wp_mail function, so all you need to do is configure
your AWS Keys and sender in Settings > SES4WP Options.

Components

 1. PEAR Mime_mail to create the message
 2. Jevon Wright’s [html2text](http://journals.jevon.org/users/jevon-phd/entry/19818)
    for the plain-text part
 3. AWS SDK v1.5

Embedding images

Before your call to wp_mail(), call `ses4wp_embed_image` with an image handle and
the path to your image. It will return a content_id for you to use in your src attribute.

Paths should be given relative to your webserver root. So for instance, to embed`
wp-content/themes/twentyeleven/images/wordpress.png`, you would _omit_ the slash
at the beginning.

eg

    ```
    $content_id = ses4wp_embed_image( 'my_image', 'wp-content/path/to/image.jpg' );
    $mail_body = "This is an image. <img src='cid:$content_id' />";
    wp_mail( 'bob@example.com', 'My Subject', $mail_body );
    ```

The image will be attached to the email and delivered inline.

## Instalacja

 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory and activate it
 2. Configure your AWS keys in Settings > SES4WP Options

## Najczęściej zadawane pytania

  Do I need to change any settings to send emails using SES?

As long as the 'override wp_mail’ option is checked, everything should 'just work’.

  What’s all this about image embedding? Can’t I just link to an image in my HTML
email?

You can, but it won’t work everywhere. For delivery to many clients, including Android
GMail and iPhone Mail, you need to attach a copy of the image to the email.

There’s some details on how it works [here at StackOverflow](http://stackoverflow.com/questions/4312687/how-to-embed-images-in-email).
This plugin basically handles all that header creation palaver for you.

  Is it on GitHub?

Yes: [duncanjbrown/ses-for-wordpress](https://github.com/duncanjbrown/ses-for-wordpress)

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„SES for WordPress” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

 *   [ duncanjbrown ](https://profiles.wordpress.org/duncanjbrown/)

[Przetłumacz wtyczkę “SES for WordPress” na swój język.](https://translate.wordpress.org/projects/wp-plugins/aws-ses-for-wp)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/aws-ses-for-wp/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/aws-ses-for-wp/) lub czytaj
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/aws-ses-for-wp/) przez
[RSS](https://plugins.trac.wordpress.org/log/aws-ses-for-wp/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.1

 * Initial release

## Meta

 *  Wersja **0.1**
 *  Ostatnia aktualizacja **14 lat temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 3.5 lub nowszej **
 *  Testowano do **3.5.2**
 *  Język
 * [English (US)](https://wordpress.org/plugins/aws-ses-for-wp/)
 * Tagi
 * [aws](https://pl.wordpress.org/plugins/tags/aws/)[email](https://pl.wordpress.org/plugins/tags/email/)
   [SES](https://pl.wordpress.org/plugins/tags/ses/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/aws-ses-for-wp/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Twoja opinia](https://wordpress.org/support/plugin/aws-ses-for-wp/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/aws-ses-for-wp/reviews/)

## Zaangażowani

 *   [ duncanjbrown ](https://profiles.wordpress.org/duncanjbrown/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/aws-ses-for-wp/)