Home Forums Newsletter Plugin Support Feed by mail test not sending

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8082
    nivosh
    Participant

    He Stefano,
    My feed by mail testing is not sending any more test mails.
    It was working fine for two days and now for some reason the test mail does not arrive.
    I cahcked on two different mail clients.

    This happened before and after I updated to the latest newsletter pro it got fixed again, but after two days of sending test mails, it stoped.

    Other test mails works fine, it’s just feed by mail.

    #8083
    nivosh
    Participant

    UPDATE
    I commented line 404 in the plugin.php

    if ($newsletter->feed_skip) {
    // $this->log(‘Skipping’, 3);
    // continue;
    }
    And the mail was sent but just with the header not the whole mail.
    If I uncomment the line again, the test does not work at all.

    #8097
    nivosh
    Participant

    Stefano, Can you please help me with that?
    I need the ability to test the feed by mail theme.

    #8102
    Stefano
    Keymaster

    The feed_skip is important: it used to verify if there are posts to send and if there are no new posts it blocks the mail generation.

    Probably that is affecting your test. You can move back the “last run” time to have some old posts seeing as new.

    Stefano.

    #8103
    Stefano
    Keymaster

    The feed_skip is important: it used to verify if there are posts to send and if there are no new posts it blocks the mail generation.

    Probably that is affecting your test. You can move back the “last run” time to have some old posts seeing as new.

    Stefano.

    #8104
    Stefano
    Keymaster

    The feed_skip is important: it used to verify if there are posts to send and if there are no new posts it blocks the mail generation.

    Probably that is affecting your test. You can move back the “last run” time to have some old posts seeing as new.

    Stefano.

    #8109
    nivosh
    Participant

    But if I move back “last run” it will effect the real feed by mail also no?

    #8110
    Stefano
    Keymaster

    Yea and I understand that this is a problem. You should move back and than move forward.

    On Newsletter 3 with Feed by Mail module a different method has been implemented. If you want to migrate (it require some operations) I can help you, of course. You should annotate how many modification you did to feed by mail themes so we can preserve them.

    Would you contact me at stefano@satollo.net?

    Stefano.

    #8117
    nivosh
    Participant

    Thank you for your kind offer of help.
    I will contact you by mail.

    Cheers,
    Niv

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.