Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter justinesmithies

    (@justinesmithies)

    Just discovered that ThreeWP Email Reflector deletes the emails from the imap folder so if you want to use MhonARC to view archived email edit the file ThreeWP_Email_Relector.php .

    Comment out the line :

    imap_delete( $mailbox, $msgno ); // We're done with it. Delete it.

    And add this above it :

    imap_mail_move($mailbox, $msgno, 'Archive');

    Make sure you set up a folder called Archive or change it to suit.
    Then once ThreeWP processes the email it will be moved into the archive folder ready for MhonArc to process.

    Justine

    Plugin Author edward mindreantre

    (@edward-mindreantre)

    Interesting. Maybe that should be made into an option…

    Thread Starter justinesmithies

    (@justinesmithies)

    I also have coded a subscribe unsubscribe page which works with threewp and sends a code to the user that they have to click on to activate the subscribe or unsubscibe.
    It also stops you from subscribing or unscubscribing emails that are already there or not.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Html archives – Help for users’ is closed to new replies.