Viewing 4 replies - 16 through 19 (of 19 total)
  • Brian and I got this worked out. I was going to let him go through his documentation and get it up to speed on the changes, for those who wish not to use the rewrite function utilizing the .htaccess file.
    Here is the fix for me…
    In “index.php”, at the top somwhere, add these globals:
    $action=$_GET[‘action’];
    $id=$_GET[‘id’];
    $md=$_GET[‘md’];
    $addr=$_GET[‘addr’];
    This allows the variables to be passed correctly.
    I also had to change the “email-notification.php” file located in the plugins dir.
    Find this line:
    $msg .= “$site_url/maillist/unsub/$addr\n”;
    Replace it with:
    $msg .= “$site_url/maillist/index.php?action=unsub&addr=$addr\n”;
    The way I have it working on my site is not exactly the way Brian had intended, but it works for me and I am happy with it. I don’t foresee any secuirty issues (anyone?) so for now, I am sticking with it.
    Let me know if I left something out?
    Thanks again Brian, you have been most helpful ??

    Thread Starter briangroce

    (@briangroce)

    This has been updated to version 1.1.
    See:

    Thread Starter briangroce

    (@briangroce)

    Hey Brian –
    I’ve got the latest install on WP, and when I do a mailing, the emails says “MAILER DAEMON” in the “from” field, even though I’ve put my email address as the “reply-to” and the “admin” email address in the settings … any help?

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Word Press Email Notification Plugin’ is closed to new replies.