We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27847
    • 6 Posts
    Hi again,
    is this a dead thread?
    I tried to use KoopsmailingslistX v. 1.5 and found its not working with a SMTP Server Connection nor providing user authentication. (my server definitely requires user authentication) but instead of an error message I got a server crash!
    Now I found KoopsmailingslistX is NOT using smtp connection by default, but includes a Swift SENDMAIL connection !

    Now I researched some info on Swift and found KoopsmailingslistX uses v.1.3.0 , the latest Swift version is 3.2.6 !!!
    Swift offers all possible connection types, KoopsmailingslistX only SMTP or Sendmail (in my case neither working) ?
    Nevertheless I got it to work with the latest Swift version and a NativeMail connection, but had to do a lot of editing.

    Now it seems as if everything worked fine (newsletter sent), but I get the following error message:
    « MODx Parse Error »
    MODx encountered the following error while attempting to parse the requested resource:
    « Execution of a query to the database failed - Lost connection to MySQL server during query »
          SQL: INSERT INTO `db120003917`.`modx_manager_log` (timestamp, internalKey, username, action, itemid, itemname, message) VALUES('1183016356', '1', 'admin', '112', '3', 'Koops Mailinglist', 'Execute module 3') 


    which seems to affect only the log entry !?
    Now I have to work on KoopsmailingslistX again to write a log of sent mails which would surely be nice feature the developers should consider to build in.
    This is my first site I develop with modx and I have to say that modules like KoopsmailingslistX won’t do the project any good. At least the documention needs considerable re-working !

    If you want to know how to build working plugins and user-friendly documentation you may learn a lot from the Joomla community.
    Have a look here: http://extensions.joomla.org






      • 13825
      • 55 Posts
      I’ve installed the mod and it seems fine apart from it only sends emails with very few characters - even two paragraphs of lorem ipsum don’t send. Any ideas as to why?
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        1.6 release.

        Mostly bugfixes, with an additional feature to allow manually adding subscribers.

        Multiple lists can be accomplished by installing multiple instances using different names for the install folders and corresponding multiple modules. Set the database table prefix accordingly in each config.php file.

        I’ve got one site working nicely with three lists.

          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 7455
          • 2,204 Posts
          I am working on a rewrite (80-90% rewrite) version that is completely connected to the web user system in modx and that allow you to send modx documents instead of the editor. I will post it on the forums soon for testing.

          dimmy
            follow me on twitter: @dimmy01
            • 26435
            • 1,193 Posts
            Damn Dimmy!
            That sounds really nice!

            -sD-
            Dr. Scotty Delicious, Scientist.
              Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
              All of the above... in no specific order.


              I send pointless little messages
              • 28042 ☆ A M B ☆
              • 24,524 Posts
              Quote from: Dimmy at Aug 04, 2007, 03:22 AM

              I am working on a rewrite (80-90% rewrite) version that is completely connected to the web user system in modx and that allow you to send modx documents instead of the editor. I will post it on the forums soon for testing.

              dimmy

              Excellent! That’s been in the back of my mind for a long time now. I’ll work on an option to send the mail using smtp or sendmail instead.
                Studying MODX in the desert - http://sottwell.com
                Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                Join the Slack Community - http://modx.org
                • 26435
                • 1,193 Posts
                Quote from: sottwell at Aug 04, 2007, 01:00 PM

                Excellent! That’s been in the back of my mind for a long time now. I’ll work on an option to send the mail using smtp or sendmail instead.

                Wow. Susan, that would be flat out awesome.

                -sD-
                Dr. Scotty Delicious, Scientist.
                  Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
                  All of the above... in no specific order.


                  I send pointless little messages
                  • 7455
                  • 2,204 Posts
                  maybe we can join forces
                    follow me on twitter: @dimmy01
                    • 28042 ☆ A M B ☆
                    • 24,524 Posts
                    Quote from: Dimmy at Aug 05, 2007, 04:34 AM

                    maybe we can join forces


                    Sounds good. Although basically all I’m going to do is add a few fields to the config file, add a section to the "send" function to check for default (php mail()) or smtp, and add the calls to the Swift smtp functions. I’ll have the options set in either/both the config file or the module configuration.

                    How are you going to have it send a MODx document? Run the document through the parser then cache it and pick up the cached version for mailing? Or the user will just have to make sure there’s no chunks/snippets etc in the final document to be sent?

                    I already have a subscription snippet pretty much working, although it needs to do the double-opt-in thing before it’s legal for newsletter subscriptions in some places. It checks to make sure the email isn’t already represented in the specified web user group.
                      Studying MODX in the desert - http://sottwell.com
                      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                      Join the Slack Community - http://modx.org
                      • 7455
                      • 2,204 Posts
                      Quote from: sottwell at Aug 05, 2007, 04:54 AM

                      Quote from: Dimmy at Aug 05, 2007, 04:34 AM

                      maybe we can join forces


                      Sounds good. Although basically all I’m going to do is add a few fields to the config file, add a section to the "send" function to check for default (php mail()) or smtp, and add the calls to the Swift smtp functions. I’ll have the options set in either/both the config file or the module configuration.

                      How are you going to have it send a MODx document? Run the document through the parser then cache it and pick up the cached version for mailing? Or the user will just have to make sure there’s no chunks/snippets etc in the final document to be sent?
                      its parsing a document and making al the urls absolute then the output of the parser is send to the mailer as body content


                      I already have a subscription snippet pretty much working, although it needs to do the double-opt-in thing before it’s legal for newsletter subscriptions in some places. It checks to make sure the email isn’t already represented in the specified web user group.
                      this we did like tho mailing list worked already so we added 2 fields to the webuser attributes table called time and key. and we did losts of checks and even made a plugin to disable the checkbox in the webuser part of modx so that adding or removing a user is only posible when a user does this him/her self. of course you can add people tru database etc. also when a user is not in any other webgroup and he wants to unsubscribe he is deleted completely, but if the user is in any other group then he is only removed from the newsletter group.
                      the webusergroup is set in the config, while the root folder id (where your documents, newsletter documents are in) is set in the module for easy axes.

                      also in the overview you can now also see the non activate mail adresses
                      dimmy
                        follow me on twitter: @dimmy01