‘Automatic follow up emails for new users’ problems

Not a big deal but still, it bothers me.

I have created 4 follow up emails for new users. 1 as ‘Create a blog’ action and 3 as ‘Create new user’.

1. Last one of ‘Create new user’ actions never gets to users inbox. Not even as a spam. I’m using some constants in this one (but I also use constants in other follow ups) and they look like this:

%siteurl%members/%username%/groups/create

%siteurl%

2. In one of follow ups which does reach new user I have a different problem. One of constants doesn’t work as it should. My site is boonika.net and I use %blogurl%/wp-admin/admin.php?page=invite_main so new members can invite their friends. But this URL is displayed in email which new user receives: http://boonika.net/wp-admin/admin.php?page=invite_main and not http://user.boonika.net/wp-admin/admin.php?page=invite_main

Thanks in advance,

Marko

  • Marko
    • Design Lord, Child of Thor

    Hmmm…. could the problem bein that / after %blogurl%?

    EDIT:

    No it’s not that. I tried it.

    And for the 1.

    I have even deleted this action and created a new one with same content but different subject. Still nothing.

  • Barry
    • DEV MAN’s Mascot

    The new user issue (sending emails from the main blog) is due to WPMU not passing the id of the blog that the user was created on to the new user action.

    At present (v2.8.2) only the user_id is passed to plugins, so until we work out how to identify the blog a user was created on, this behaviour will have to remain I’m afraid.

    As for part 1 of your message, is it always the last action that doesn’t get sent? Is it only on Create new user?

    Rgds

    Barry