We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29902
    • 72 Posts
    I am looking for a HTML-newsletter-system that is compatible with MODX Evo 1.0.12. I have looked in the extra-section but the one I find is from 2008 or older. What do you use for your newsletters from MODX 1.0.12?

    Requirements:

    Subscribe/unsubscribe
    Create newsletter as a resource in MODX with pictures
    Newsletter in HTML
      ...I believed it was Friday...
      • 9995
      • 1,613 Posts
      I use TEMailer (about 12 sites) which works great and you can do that all.
      http://forums.modx.com/thread/38391/support-comments-for-te-mailer?page=3#dis-post-218240

      I like the grouped version better.
      Subscribe needs mootools so I usually use an iframe.
      Unsubscribe needs to be uncached.
      For images into the Content you need to change TinyMce to fullpath.

      It's not documented that great so if you have any questions you can ask them here.
        Evolution user, I like the back-end speed and simplicity smiley
        • 29902
        • 72 Posts
        Quote from: fourroses666 at Feb 13, 2014, 03:23 PM
        I use TEMailer (about 12 sites) which works great and you can do that all.
        http://forums.modx.com/thread/38391/support-comments-for-te-mailer?page=3#dis-post-218240

        I like the grouped version better.
        Subscribe needs mootools so I usually use an iframe.
        Unsubscribe needs to be uncached.
        For images into the Content you need to change TinyMce to fullpath.

        It's not documented that great so if you have any questions you can ask them here.

        Thank you for directing me to TEMailer, but I downloaded TE Mailer 1.5 and it didnt have a install folder, so I couldnt install it. Do you have a link to a version that I can install/works?
          ...I believed it was Friday...
          • 9995
          • 1,613 Posts
          add the install folder (FTP):

          /assets/modules/temailer/install/

          and go to the URL www.site.com/assets/modules/temailer/install/index.php

            Evolution user, I like the back-end speed and simplicity smiley
          • Maybe this one could be useful: https://github.com/sazanof/EASYNEWSLETTER
              • 29902
              • 72 Posts
              Quote from: fourroses666 at Feb 17, 2014, 09:34 AM
              add the install folder (FTP):

              /assets/modules/temailer/install/

              and go to the URL www.site.com/assets/modules/temailer/install/index.php


              Thank you. I have installed it and the installation process worked like a charm. But... I tried to send a test mail, but I havent received it. I tried sending a newsletter to the list (containing just one mail) and the newsletter i receive is just with the title: Your Newsletter, from The Newsletter Mailer...

              Is there some settings that need to be in order?
                ...I believed it was Friday...
                • 9995
                • 1,613 Posts
                The page you send, does it have content?
                There is a template which needs content (and inline styling).
                Default are [*content*] [*alias*] and [*pagetitle*] if I'm right and if you want to use custom TV's you have to add them in send.php ?!.

                You could check this large forum post which will have allot of awnsers.
                http://forums.modx.com/thread/?thread=38391

                If you really can't get it working you can PM me some site details so I can have a look.
                I think it is something simple.


                BTW, this one has a grouped version with install folder, you might need to update? (you could rename you old temailer folder to temailer-backup)
                http://forums.modx.com/thread/38391/support-comments-for-te-mailer?page=3#dis-post-218240
                [ed. note: fourroses666 last edited this post 10 years, 1 month ago.]
                  Evolution user, I like the back-end speed and simplicity smiley
                  • 9995
                  • 1,613 Posts
                  Quote from: Jako at Feb 17, 2014, 10:41 AM
                  Maybe this one could be usefull: https://github.com/sazanof/EASYNEWSLETTER

                  For translation of the language file (dutch), do I have to ask Sazanof for a github pullrequest so he adds the new language file or can these packages be added to Transifex?
                    Evolution user, I like the back-end speed and simplicity smiley
                  • Maybe he uses Transifex already or you could ask him for that and we could add that project as a resource.
                    • Did not checked EasyNewsletter. Is it good?