• bonaireguy

    (@bonaireguy)


    I managed to get moblogging set up to my WordPress 2.5 blog using Flickr, which in turn adds posts via XMLRPC. However, posts made by Flickr are not triggering e-mail notification via the Email Notification 2.3.1 plug-in.

    I thought it might be because a post published via XMLRPC does not trigger the ‘publish_post’ action, but I saw no difference in behavior when I added:

    // Send the notification
    add_action('xmlrpc_publish_post', 'email_notification_send', 5);

    To the end of email_notification_2.3.1.php

    Any idea, suggestions, etc. on how to get email notification of new posts via XMLRPC working?

Viewing 2 replies - 1 through 2 (of 2 total)
  • would be nice to know if you managed to get this working – i have similar issue with xmlrpc and twitter which doesn’t fire the alert when posting from a client

    Same here when posting using the iPhone. I tried adding it in just a simple mail command but nothing seemed to happen so I am not sure how this works. But I would be very interested for a solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post via XMLRPC from Flickr does not trigger Email Notification’ is closed to new replies.