• Resolved jibberish666

    (@jibberish666)


    Hi

    I have installed and configured PostMan 1.6.24 on WordPress 4.3.1.

    When I try and send a test mail, the option is deactivated as it reports that:

    WordPress (or another plugin) is currently handling email delivery, not Postman.

    I installed and subsequently deleted “WP Mail SMTP” (which did work but I didn’t like leaving the gmail password in clear text).

    How do I find what is handling the email so that I can get PostMan working?

    Any help much appreciated 🙂

    https://wordpress.org/plugins/postman-smtp/

Viewing 10 replies - 16 through 25 (of 25 total)
  • Hi:

    same problem here. I’ve deactivated all plugins and this is the result of the Diagnostic Test:

    OS: Linux apolo.fmserver.net 3.10.0-233.1.2.lve1.3.33.4.el7.x86_64 #1 SMP Thu Jul 30 08:48:17 EDT 2015 x86_64
    HTTP User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
    PHP: Linux 5.6.14 C
    PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=No, mcrypt=Yes
    WordPress: 4.3.1 es_ES
    WordPress Theme: Betheme Child
    WordPress Plugins: Postman SMTP
    WordPress wp_mail Owner: /home/sdwpodyn/public_html/prueba/wp-includes/pluggable.php
    WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
    Postman: 1.6.24
    Postman Prevent Message Sender Override (Email|Name): No | No
    Postman Transport Status (Configured|Ready|Connected): No | No | n/a
    Postman Deliveries (Success|Fail): 0 | 0

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    @ndelmoral this plugin has not been configured. Postman v1.6.24 will not attempt to bind to wp_mail when it not configured. (This behaviour changes in 1.7)

    Also, if you are having a bind problem, you need to switch the theme to the default WordPress 2015 to ensure it’s not a problem with “Betheme Child”.

    hi again:

    it was an issue of google. sorry. 🙁 now it works fine.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    @cakequeen, I think @supsysticcom fixed this finally? They haven’t actually said anything. But I can’t reproduce it with their latest release.

    Hey Jason! Yes! It appears to be working. Yay! Thanks for the heads up!

    I sent a few test contact forms that successfully were forwarded to a yahoo mail account.
    However, I noticed I did not receive one from a client when I checked the Postman SMTP Email Log.
    Status: Error executing wp_remote_post: Problem with the SSL CA cert (path? access rights?)

    I resent the email and it was delivered but it was written in code.

    Any thoughts?

    Thanks!

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    The top two answers in Google say you need to restart your Apache, or the whole server.

    SSL cert problems normally mean your certificates are out of date. Your PHP needs to be regularly updated with the latest certificates, just like your web browser. There might have been an update problem.

    I resent the email and it was delivered but it was written in code.

    Could be a bug! Resend is pretty new. Let me know if you can repeat it.

    Jason,

    I will look into SSL drama. Is it because I haven’t updated my version of WordPress? My theme is recently out of date because I have a developer copy from this guy and don’t have the login info.

    Another contact form inquiry with the same status message. Resent the email and still appears in code. Here’s a sample:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html>
    <head>
    <meta content=”text/html; charset=utf-8″ http-equiv=”Content-Type”
    />
    <title>HTML Email</title>
    </head>
    <body><table rules=”all” style=”border-color: #666;”
    cellpadding=”10″>
    <tr style=”background-color:#393E40;color:white;font-size:14px;”>
    <td colspan=”2″>Say Hello!</td>
    </tr>
    <tr>
    <td>Name: </td>
    <td>Kim Cobbler</td>
    </tr>
    <tr>
    <td>Email: </td>
    <td>kimberlycobbler@gmail.com</td>
    </tr>
    <tr>
    <td>Phone: </td>
    <td>678-457-2529</td>
    </tr>
    <tr>
    <td>Please describe your vision and upload a photo if
    possible:
    </td>
    <td>Hello,
    I would like to purchase a birthday for my husband who’s a huge San
    Francisco 49ers fan. Are you able to give me estimated cost?
    Thanks!!!</td>
    </tr>
    <tr>

    How Interesting – As I write this, I just received a contact form inquiry email and it looks perfect. So Postman delivered and its being displayed correctly. Worked just fine that time! Every test submission I input seems to work as well.

    Sidenote: You’ve been very helpful. Can I donate to your plugin?

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    It looks like the content-type is wrong in the email ‘with the code’ I bet if you inspect the raw headers it won’t say text/html as it should.

    Aww, that’s very kind. How about instead you expunge the trolls from my review section? They ruin my day :-/

    I see that you mentioned that you would like to know if we find a plugin that causes this pluggable.php error?

    I have found that Jazz Popups is causing it.
    https://wordpress.org/plugins/jazz-popups/

    I submitted a ticket via WP support to them,,,

    I got the same issue “Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved.”

    After updating Plugins on several pages.
    Switching off and on these plugins seemed to solved the issue
    – Google Analyticator 6.5.0.0
    – Activity Log 2.3.4

    Cheers

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘WordPress (or another plugin) is currently handling email delivery, not Postman.’ is closed to new replies.