• There is this message in Red in the Plugin for Postman.

    Postman is not configured and is mimicking out-of-the-box WordPress email delivery.

    I have set it up using the Wizard and am even getting emails. What does this message mean. I did notice that one of the messages (form ) was not sent to me.

    Does this message mean that I have not done this correctly? Will I miss more messages?

    Thanks for your help.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    Post the output of your Diagnostic Test and I will let you know what you need to do.

    Thread Starter clangton888

    (@clangton888)

    The program asks for Google to allow the authentication and when I click on the account name, I get an error. Not sure what to do.

    Thread Starter clangton888

    (@clangton888)

    Jason,

    Thank you. Here is what I get.

    OS: Linux p3nlhg486.shr.prod.phx3.secureserver.net 2.6.32-604.30.3.lve1.3.63.el6.nfsfixes.x86_64 #1 SMP Mon Oct 26 11:56:49 MST 2015 x86_64
    PHP: Linux 5.2.17 C
    PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=No, allow_url_fopen=Yes, mcrypt=Yes, zlib_encode=Yes
    WordPress: 4.3.1 en_US UTF-8
    WordPress Theme: blankslate
    WordPress Plugins: Akismet, Anti-spam, Easy Columns, Facebook, Postman SMTP, Visual Form Builder, WP Facebook Like, WP-Mail-SMTP
    WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
    WordPress wp_mail_from Filter(s): wp_mail_smtp_mail_from
    WordPress wp_mail_from_name Filter(s): wp_mail_smtp_mail_from_name
    WordPress phpmailer_init Action(s): phpmailer_init_smtp
    Postman: 1.7.2
    Postman Sender Domain (Envelope|Message): eastbaypharm.com | eastbaypharm.com
    Postman Prevent Message Sender Override (Email|Name): No | No
    Postman Active Transport: Default (smtp:none:none://localhost:25)
    Postman Active Transport Status (Ready|Connected): No | Yes
    Postman Selected Transport: Gmail API (https:oauth2://www.googleapis.com:443)
    Postman Selected Transport Status (Ready|Connected): No | Yes
    Postman Deliveries (Success|Fail): 11 | 0

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Seems like you’re stuck on getting your OAuth 2.0 client ID from Google. You get an error trying to login to your Google account?? What’s the error? It’s the standard Google login screen.

    It looks like Postman wants to use the Gmail API (OAuth 2.0 required)… which means you probably don’t have access to Gmail SMTP… otherwise I would suggest just using SMTP with passwords.

    Thread Starter clangton888

    (@clangton888)

    Yes,

    It looks like a standard login but when I click on one of the accounts, I get an error.

    Error: redirect_uri_mismatch

    Application: EBPharm

    You can email the developer of this application at: office@eastbaypharm.com

    The redirect URI in the request: http://eastbaypharm.com/wp-admin/options-general.php?page=postman did not match a registered redirect URI.

    Learn more

    Request Details

    Thread Starter clangton888

    (@clangton888)

    Yes,

    It looks like a standard login but when I click on one of the accounts, I get an error.

    Error: redirect_uri_mismatch

    Application: EBPharm

    You can email the developer of this application at: office@eastbaypharm.com

    The redirect URI in the request: http://eastbaypharm.com/wp-admin/options-general.php?page=postman did not match a registered redirect URI.

    Learn more

    Request Details

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Ah, that’s different. You’re actually logged in, and Google has responded to your request.

    However, you didn’t enter the correct redirect URI into the Google Developer Console. The URI was the one Postman displayed for you to use. As Google said, the URI you need to enter is:

    http://eastbaypharm.com/wp-admin/options-general.php?page=postman

    Thread Starter clangton888

    (@clangton888)

    Thank you. I have on elast question. Previously I received the email with the sender’s name as the subject line and now my gamil email appears as the sender.

    I have a visial builder form, and all I am trying to do it to get the from sent to AN EMAIL. not sure where or how this change was mde but previously I got emails with sender name one the fileds in the form and now it has my gmail email.

    How do change the sender name back to the one on the form being submitted.

    Thank you.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Unfortunately Google OAuth 2.0 does not permit spoofing. If you examine the session transcript, you will see Postman sending the email you want to use, but Google changes it to your own upon receipt.

    Google does have a work-around, if you can prove you own the address: https://support.google.com/mail/answer/22370?hl=en

    ref: https://wordpress.org/tags/send-mail-as

    Thanks for using!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Plugins messge’ is closed to new replies.