We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1122
    • 209 Posts
    This is a thing coded for my site - I am sharing it because I saw several posts on this forum whose authors claimed that it is desirable.

    Installation:
    - download package in suitable archive format;
    - extract package to the site’s root preserving archive’s internal structure or unpack it locally and send files over ftp;
    - create new module named "Notify Users" and fill in its code block by pasting the content of "assets/modules/notify_users/notifyusers.txt";
    - fill in "Module configuration" field ("Configuration" tab) with:
    [tt]&mail_format=Send Mail As;list;plain,html;plain[/tt]
    - (possibly you need to re-login);
    - enjoy emailing your manager/web users from within backend of your MODx site.

    Updating to a newer version: overwrite files, overwrite module’s code block.

    Some assumptions that I have made:
    - web users who had registered via Websignup and did not activate their accounts are not listed as potential recipients;
    - module sends emails via PHPMailer that is integrated into MODx distribution and therefore configuration of a proper method used for sending emails is required within PHPMailer itself (by default PHPMailer is set to use mail() function so it should fit most cases, but if an administrator of your hosting server turned this function off, then you need to adjust PHPMailer for another available method).

    You can check for the newer version at http://setpro.pl/software/notify-users#attachments
      • 20413
      • 2,877 Posts
      Wow, there is even BCC!! cool

      You made my day!! grin
        @hawproductions | http://mrhaw.com/

        Infograph: MODX Advanced Install in 7 steps:
        http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

        Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
        http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
        • 26931
        • 2,314 Posts
        hey alik - thank you - module’s working great laugh !
          • 6726
          • 7,075 Posts
          Very nice, this was one of my most wanted feature, adding to my "to test" list smiley
            .: COO - Commerce Guys - Community Driven Innovation :.


            MODx est l'outil id
            • 1122
            • 209 Posts
            Version 0.2 has been attached to the first post.

            Changes:
            - now it is possible to add language file (under "/assets/modules/notify_users" folder) so the module will be displayed according to language set within system/user settings.
              • 1122
              • 209 Posts
              Version 0.3 has been attached to the first post.

              Changes:
              - data flow was improved: now cancellation of a submit, unsuccessful form validation, and mail errors are preserving data in the mail form.
                • 6726
                • 7,075 Posts
                Very nice feature set, I definetly need to check this out smiley
                  .: COO - Commerce Guys - Community Driven Innovation :.


                  MODx est l'outil id
                  • 20413
                  • 2,877 Posts
                  @davidm Yes you do! smiley
                    @hawproductions | http://mrhaw.com/

                    Infograph: MODX Advanced Install in 7 steps:
                    http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

                    Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
                    http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
                    • 32393
                    • 29 Posts
                    I’m going to try this out tonight. This should be added to the Modx Extras section.
                      • 1122
                      • 209 Posts
                      Quote from: wilcosky at Jan 29, 2010, 09:21 PM

                      This should be added to the Modx Extras section.
                      My experience with "Extras" repository is unpleasant -- for each thing I tried to post there I was getting at least one error while posting/attaching to threads works smoothly and above expectation smiley If you like this module, simply bookmark this thread or a link given in the first post.