We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7391
    • 49 Posts
    I’ve been using WebloginPE for a few months now without this feature. I’ve had to manually log into the manager to see if new users have registered. But now it’s too many users so i really want to get a notification email when a user registers.

    this is my call:
    [!WebLoginPE? &type=`register` &regSuccessId=`31` &regSuccessPause=`1` &registerTpl=`register_form` &regType=`verify` &regRequired=`email, fullname, username, password` &regHomeId=`27` &id=`1` &hide=`1|0` &notify=`[email protected], [email protected]`!]


    any help is very appreciated
      • 3749
      • 24,544 Posts
      Did you change the &notify parameter to contain your actual email address? smiley
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 7391
        • 49 Posts
        yup.. i did. I even tried sending it to different accounts (yahoo, msn, gmail) to see if it a provider related issue (spam or something).. nothing works. I dont think it’s a hosting issue because when the user registers the user gets a notification email. So i’m a bit confused.
          • 3749
          • 24,544 Posts
          I don’t know what to suggest. Usually, that means that the host has mail() turned off and you have to use SMTP, but if you get emails from MODx, that’s not the case. Sorry I can’t be more help. Maybe someone who’s more familiar with eForm will have an idea.
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 4310
            • 2,310 Posts
            Don’t know if it would make any difference but in my WebloginPE call I have :
            &notifyTpl=`notify` &notifySubject=`New Registration @ My Site`

            and this as my notify template :
            Hello, my name is [+ufn+] and I just signed up at [+sname+] using WebLoginPE.
            My email address is [+uem+]
            P.S. This message was auto generated by WebLoginPE and PHPMailer.
              • 7391
              • 49 Posts
              I’ve tried adding the tpl as well. Is’nt there an other snippet that can notify me of a new user account in modx?
                • 7391
                • 49 Posts
                I think it has to do with having 2 webloginPE calls on the same page.
                  • 4310
                  • 2,310 Posts
                  I’m sure there’s some thread on the forum about that.
                  Not sure if the latest version hosted on Google Code solved that issue or not.
                    • 7391
                    • 49 Posts
                    I am using the latest version with the multiple instances. I might be using it bad thow.