Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author troyhallisey

    (@twarrior3dc)

    No sorry, it would be too complicated to create a demo site for this type of plugin since it’s purpose is to sync your WordPress data to your own CartoDB account. You can check out some screenshots here: http://hallisey.github.io/cartopress/ and see the documentation here: https://github.com/MasterBaideme1021/cartopress/wiki/Settings-Configuration.

    Thread Starter troyhallisey

    (@twarrior3dc)

    Thanks for the response. No I am not really stuck. I have already added

    if ( isset( $_REQUEST['post_format'] ) && $_REQUEST['post_format'] != -1 ) {
    	set_post_format($post_id, $_REQUEST['post_format']);
    }

    to my callback before I need to use get_post_format. This just checks if the post format var is set and not equal to the No Change option from the select menu. It seems like this is such as easy solution that I am not sure why its not designed like that to begin with.

    Also I am using save_post because I am using a metabox to save some custom data and then sync that data and WP core data to an external database when the post is published or updated (and Bulk Edited). Though I agree with you that I can’t possibly be the first person ever needing to use get_post_format in a save_post callback.

    The Codex says that save_post is always called after the post is updated as well, but since this is obviously not always the case (as in post_format and also the sticky status just below wp_update_post in the referece), it seems misleading to say that. If its by design it should be at least referenced in the codex as an exception.

    Thread Starter troyhallisey

    (@twarrior3dc)

    Interestingly, I just tried using the plugin using the email address that the plugin is sending from (therefore, to myself) and the email went through fine. It is definitely an IP address blocking issue.

    Thread Starter troyhallisey

    (@twarrior3dc)

    Thanks. The email address is one set up with my hosting plan and therefore has the same domain as the site. I only discovered the bounce backs after setting up and logging into the Horde system. Yeah, I don’t think it has anything to do with the plugin either, other than the possibility that I set it up wrong, but I don’t think that I did because it worked fine with MAMP. I’ll just wait for the web host to get back to me. Thanks for your help.

    Thread Starter troyhallisey

    (@twarrior3dc)

    Hi Rhys, thanks for the advice. After further investigation, I discovered that the emails were in fact being sent, however they are for some reason being flagged and blocked by major servers like gmail and hotmail. See message below:

    173.194.68.27 failed after I sent the message.
    Remote host said: 550-5.7.1 [204.232.255.226 1] Our system has detected an unusual rate of
    550-5.7.1 unsolicited mail originating from your IP address. To protect our
    550-5.7.1 users from spam, mail sent from your IP address has been blocked.
    550-5.7.1 Please visit http://www.google.com/mail/help/bulk_mail.html to review
    550 5.7.1 our Bulk Email Senders Guidelines. u4si7226786qat.188 – gsmtp

    — Below this line is a copy of the message.

    This is a brand new address that I just created yesterday and the only mail that it has sent has been to myself. I have my web host working on it.

    I’m interested in the alternative your proposed though, I have the WP Mail SMTP plugin installed and activated, maybe I’ll test it with a gmail address instead of the one that is bouncing back. Is there anything special that I need to configure in the WP Email Capture plugin in order to use it with WP Mail SMTP?

    Thanks for you help!

    -T

Viewing 5 replies - 1 through 5 (of 5 total)