Title: ActiveCampaign Postmark for WordPress
Author: alexknowshtml
Published: <strong>10. 8. 2011</strong>
Last modified: 18. 11. 2024

---

Prohledat pluginy

![](https://ps.w.org/postmark-approved-wordpress-plugin/assets/banner-772x250.png?
rev=1364193)

![](https://ps.w.org/postmark-approved-wordpress-plugin/assets/icon.svg?rev=2721461)

# ActiveCampaign Postmark for WordPress

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

[Stáhnout](https://downloads.wordpress.org/plugin/postmark-approved-wordpress-plugin.1.19.1.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/#developers)

 [Podpora](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/)

## Popis

If you’re still sending email with default SMTP, you’re blind to delivery problems!
ActiveCampaign Postmark for WordPress enables sites of any size to deliver and track
WordPress notification emails reliably, with minimal setup time and zero maintenance.

If you don’t already have a Postmark account, you can get one in minutes, sign up
at https://postmarkapp.com

Check out our video on how to set up the Postmark for WordPress plugin [here](https://postmarkapp.com/webinars/postmark-wordpress).

### Additional Resources

[Postmark for WordPress FAQ](https://postmarkapp.com/support/article/1138-postmark-for-wordpress-faq)

[Can I use the Postmark for WordPress plugin with Gravity Forms?](https://postmarkapp.com/support/article/1129-can-i-use-the-postmark-for-wordpress-plugin-with-gravity-forms)

[How do I send with Ninja Forms and Postmark for WordPress?](https://postmarkapp.com/support/article/1047-how-do-i-send-with-ninja-forms-and-postmark-for-wordpress)

[How do I send with Contact Form 7 and Postmark for WordPress?](https://postmarkapp.com/support/article/1072-how-do-i-send-with-contact-form-7-and-postmark-for-wordpress)

[Can I use the Postmark for WordPress plugin with Divi contact forms?](https://postmarkapp.com/support/article/1128-can-i-use-the-postmark-for-wordpress-plugin-with-divi-contact-forms)

## Snímky obrazovky

 * [[
 * ActiveCampaign Postmark WP Plugin Settings screen.

## Instalace

 1. Upload postmark directory to your /wp-content/plugins directory
 2. Activate plugin in WordPress admin
 3. In WordPress admin, go to Settings then Postmark. You will then want to insert 
    your Postmark details. If you don’t already have a Postmark account, get one at
    https://postmarkapp.com
 4. Verify sending by entering a recipient email address you have access to and pressing
    the „Send Test Email“ button.
 5. Once verified, then check „Enable“ to override `wp_mail` and send using the Postmark
    API instead.

## Nejčastější dotazy

### What is Postmark?

Postmark is a hosted service that expertly handles all delivery of transactional
webapp and web site email. This includes welcome emails, password resets, comment
notifications, and more. If you’ve ever installed WordPress and had issues with 
PHP’s `mail()` function not working right, or your WordPress install sends comment
notifications or password resets to spam, Postmark makes all of these problems vanish
in seconds. Without Postmark, you may not even know you’re having delivery problems.
Find out in seconds by installing and configuring this plugin.

### Will this plugin work with my WordPress site?

The Postmark for WordPress plugin overrides any usage of the `wp_mail()` function.
Because of this, if any 3rd party code or plugins send mail directly using the PHP
mail function, or any other method, we cannot override it. Please contact the makers
of any offending plugins and let them know that they should use `wp_mail()` instead
of unsupported mailing functions.

### TLS Version Requirements/Compatibility

The Postmark API requires TLS v1.1 or v1.2 support. We recommend using TLS v1.2.

You can check your TLS v1.2 compatibility using [this plugin](https://wordpress.org/plugins/tls-1-2-compatibility-test/).
After installing the plugin, change the dropdown for ‚Select API Endpoint‘ to _How’s
My SSL?_ and run the test. If compatibility with TLS v1.2 is not detected, contact
your server host or make the necessary upgrades to support TLS v1.1 or v1.2.

TLS 1.2 requires:

 * PHP 5.5.19 or higher
 * cURL 7.34.0 or higher
 * OpenSSL 1.0.1 or higher

### Does this cost me money?

The Postmark service (and this plugin) are free to get started. You can sign up 
at https://postmarkapp.com/. When you need to process more email, Postmark offers
monthly plans to fit your needs.

### My emails are still not sending, or they are going to spam! HELP!?

No worries, our expert team can help. Just send an email to [support@postmarkapp.com](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/support@postmarkapp.com?output_format=md)
or tweet [@postmarkapp](https://twitter.com/postmarkapp) for help. Be sure to include
as much detail as possible.

### Why should I trust you with my email sending?

Because we’ve been in this business for many years. Through trial and error we already
know what it takes to manage a large volume of email. We handle things like whitelisting,
ISP throttling, reverse DNS, feedback loops, content scanning, and delivery monitoring
to ensure your emails get to the inbox.

Most importantly, a great product requires great support and even better education.
Our team is spread out across six time zones to offer fast support on everything
from using Postmark to best practices on content and user engagement. A solid infrastructure
only goes so far, that’s why improving our customer’s sending practices helps achieve
incredible results

### How do I tag a message?

There are two ways to tag a message.

 1. Set an X-PM-Tag message header, i.e. array_push( $headers, ‚X-PM-Tag: PostmarkPluginTest‘);
    where you are calling wp_mail().
 2. Add a filter for ‚postmark_tag‘ that hooks into a function that returns the tag
    you desire.

Using the postmark_tag filter will override a tag set via message headers.

### How do I add metadata to a message?

Add a filter for ‚postmark_metadata‘ that hooks into a function which returns the
array of metadata you wish to attach to a message.

### Why aren’t my HTML emails being sent?

This plugin detects HTML by checking the headers sent by other WordPress plugins.
If a „text/html“ content type isn’t set then this plugin won’t send the HTML to 
Postmark to be sent out only the plain text version of the email.

### How do I set environment specific Postmark plugin settings?

You can optionally set the Postmark API Token, message stream, and default sending
address by adding the following to your `wp-config.php` file:

    ```
    `
    ```

define( ‚POSTMARK_API_KEY‘, “ );
 define( ‚POSTMARK_STREAM_NAME‘, ‚stream-name‘ );
define( ‚POSTMARK_SENDER_ADDRESS‘, ‚from@example.com‘ ); `

Setting any of these here will override what is set via the plugin’s UI.

### Why are password reset links not showing in emails sent with this plugin?

There are a couple ways to resolve this issue.

 1. Open the Postmark plugin settings and uncheck Force HTML and click Save Changes.
    If the default WordPress password reset email is sent in Plain Text format, the
    link will render as expected.
 2. Access your WordPress site directory and open the `wp-login.php` file.

Change this line:

    ```
        $message .= ‘<‘ . network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “>\r\n”;
    ```

Remove the brackets, so it becomes:

    ```
        $message .= network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “\r\n”;
    ```

And save the changes to the file.

### How do I set the from name?

The plugin supports using the `wp_mail_from_name` filter for manually setting a 
name in the From header.

### I also need a marketing automation tool to connect to my WordPress site. What do you recommend?

At [ActiveCampaign](https://www.activecampaign.com/?utm_source=postmark&utm_medium=referral&utm_campaign=postmark_wordpress)
you’ll find the email marketing, marketing automation, and CRM tools your marketing
and sales teams will love. [ActiveCampaign integrates seamlessly with your WordPress site](https://wordpress.org/plugins/activecampaign-subscription-forms/)
so you can embed forms and collect email addresses on any page, track website visits(
and then use that information to trigger automated follow-up emails), or enable 
live chat to engage with your visitors in real time. [Learn more about ActiveCampaign for WordPress](https://wordpress.org/plugins/activecampaign-subscription-forms/).

## Recenze

![](https://secure.gravatar.com/avatar/d82072fd7320e701fbf01b98a619168cb5edd27d67a0eddc37145dd7ba8dae34?
s=60&d=retro&r=g)

### 󠀁[Great plugin, no issues ever](https://wordpress.org/support/topic/great-plugin-no-issues-ever/)󠁿

 [redkite](https://profiles.wordpress.org/redkite/) 17. 4. 2024

This is extremely reliable, just like Postmark.

![](https://secure.gravatar.com/avatar/8e8642424e921b86acbe22afae12f824cf1f1722ff1aaa47cecf97966647a17d?
s=60&d=retro&r=g)

### 󠀁[Stable and reliable](https://wordpress.org/support/topic/stable-and-reliable-7/)󠁿

 [Elliot Sowersby / RelyWP](https://profiles.wordpress.org/elliotvs/) 14. 11. 2023

I switched to using Postmark for a few of my websites email delivery over a year
ago, and have not had any issues since. Super reliable, and good support too!

![](https://secure.gravatar.com/avatar/0480aa413955b68d79727946fea25a62249fab9c43eb17289a25f05b6c74cba3?
s=60&d=retro&r=g)

### 󠀁[Must have email plugin](https://wordpress.org/support/topic/must-have-email-plugin/)󠁿

 [Labradork](https://profiles.wordpress.org/yardobeef/) 25. 8. 2023

Postmark (both the service and this plugin) has resolved and prevented so many headaches.
It is an absolute time saver. The customer service is fast, responsive, and helpful.
I’ve tried the others—Postmark is in a class of its own. This plugin just works 
and I use it on all my sites. Highly recommended.

![](https://secure.gravatar.com/avatar/6b4ac98fbd216a9bf8b62d133aa5ede15446cac97626c80f308212bfb941d4b5?
s=60&d=retro&r=g)

### 󠀁[A stable solution for transactional email](https://wordpress.org/support/topic/a-stable-solution-for-transactional-email/)󠁿

 [Greg Mount](https://profiles.wordpress.org/gregmount/) 17. 6. 2023

I rely on Postmark for transactional email on all our client sites. It’s been a 
reliable and lightweight performer for ages.

![](https://secure.gravatar.com/avatar/0128e826bd2acd495936bf252a4f0f80a3263c656cb8d69d9e306e2ea741a251?
s=60&d=retro&r=g)

### 󠀁[No fuss](https://wordpress.org/support/topic/no-fuss-12/)󠁿

 [WebFactory](https://profiles.wordpress.org/webfactory/) 10. 5. 2023

We use this on 50+ sites. Works. Period.

![](https://secure.gravatar.com/avatar/a4374b57b7def0871a1b4865a6b93aea020dea3e2f551db67b4077d51b62812b?
s=60&d=retro&r=g)

### 󠀁[I’ve tried them all, Postmark WINS](https://wordpress.org/support/topic/ive-tried-them-all-postmark-wins/)󠁿

 [Wendell](https://profiles.wordpress.org/wendellh/) 17. 6. 2022

I’ve tried all sorts of email delivery services and Postmark makes all the others
look like amateurs. Especially SendGrid — they are horrible. But I digress, that
is for a different discussion. I’ve been using Postmark for over a year now and 
it’s been a great experience.

 [ Přečtěte si všech 30 recenzí ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/)

## Autoři

ActiveCampaign Postmark for WordPress je otevřený software. Následující lidé přispěli
k vývoji tohoto pluginu.

Spolupracovníci

 *   [ alexknowshtml ](https://profiles.wordpress.org/alexknowshtml/)
 *   [ Andrew Yates ](https://profiles.wordpress.org/andy7629/)
 *   [ Matt Gibbs ](https://profiles.wordpress.org/mgibbs189/)
 *   [ jptoto ](https://profiles.wordpress.org/jptoto/)
 *   [ atheken ](https://profiles.wordpress.org/atheken/)
 *   [ Patrick Graham ](https://profiles.wordpress.org/prileygraham/)
 *   [ Dor Zuberi ](https://profiles.wordpress.org/dorzki/)

[Přeložte “ActiveCampaign Postmark for WordPress” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/postmark-approved-wordpress-plugin)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/postmark-approved-wordpress-plugin/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/postmark-approved-wordpress-plugin/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/postmark-approved-wordpress-plugin/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/postmark-approved-wordpress-plugin/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### v1.19.1

 * Fix warning when logging sends with a null To address

[See the previous changelogs here](https://github.com/ActiveCampaign/postmark-wordpress/blob/master/CHANGELOG.md)

## Meta

 *  Verze **1.19.1**
 *  Poslední aktualizace **před 1 rokem**
 *  Aktivních instalací **50 000+**
 *  Verze WordPressu ** 5.3 nebo novější **
 *  Testováno až do WordPressu **6.7.5**
 *  Verze PHP ** 7.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/postmark-approved-wordpress-plugin/)
 * Štítků
 * [email](https://cs.wordpress.org/plugins/tags/email/)[Notifications](https://cs.wordpress.org/plugins/tags/notifications/)
   [postmark](https://cs.wordpress.org/plugins/tags/postmark/)[smtp](https://cs.wordpress.org/plugins/tags/smtp/)
   [wp_mail](https://cs.wordpress.org/plugins/tags/wp_mail/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/postmark-approved-wordpress-plugin/advanced/)

## Hodnocení

 4.7 z 5 hvězdiček.

 *  [  28 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/?filter=2)
 *  [  2 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/reviews/)

## Spolupracovníci

 *   [ alexknowshtml ](https://profiles.wordpress.org/alexknowshtml/)
 *   [ Andrew Yates ](https://profiles.wordpress.org/andy7629/)
 *   [ Matt Gibbs ](https://profiles.wordpress.org/mgibbs189/)
 *   [ jptoto ](https://profiles.wordpress.org/jptoto/)
 *   [ atheken ](https://profiles.wordpress.org/atheken/)
 *   [ Patrick Graham ](https://profiles.wordpress.org/prileygraham/)
 *   [ Dor Zuberi ](https://profiles.wordpress.org/dorzki/)

## Podpora

Vyřešené problémy během posledních dvou měsíců:

     0 z 1

 [Fórum podpory](https://wordpress.org/support/plugin/postmark-approved-wordpress-plugin/)