We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9995
    • 1,613 Posts
    Can’t get images previewed on webbased hotmail when i add them into the content.
    really need the http://www.xxx.com/ before the image url and cant get it to work. Tinymce doesn’t add the baseurl to the placed images.

    This is a big problem for me bcause 40% of subscribers use hotmail...

    Outlook etc. are ok.
      Evolution user, I like the back-end speed and simplicity smiley
      • 9995
      • 1,613 Posts
      I’m starting to be a spammer at the moment here lol, not much replying.

      What do i have to do to make a subscriber receives an simple email?
      Ok I have to edit the subscribe.php page but I’m not good at php.

        Evolution user, I like the back-end speed and simplicity smiley
        • 9995
        • 1,613 Posts
        If u like to have your images placed into the content previewed in hotmail do this (thx to samba):

        Try this:
        Elements... Manage Elements... Plugins

        Buried in the list, click "Tiny MCE..."

        Click "Configuration" tab, and scroll down to "Path Options", and choose "fullpathurl", and Save.
          Evolution user, I like the back-end speed and simplicity smiley
          • 9995
          • 1,613 Posts
          I have installed the grouped (latest) version, works great, but when sending te newsletters i noticed it sended all my 72 subscribers in once :S , the timer doesn’t work anymore.
          The older version sends every 10 emails with 10 seconds delay. I don’t know where to look for this issue.

          Also i really like to have a ’thank u’ email when someone subscribes to the newsletter!
          As a front-end developer I can’t do much to make this module more advanced sad hope someone can help me out.
            Evolution user, I like the back-end speed and simplicity smiley
            • 9995
            • 1,613 Posts
            Is there a way it checks if there are double emailaddresses when it’s sending the mailing so people doesnt receive it 2x when subscribed twice?
              Evolution user, I like the back-end speed and simplicity smiley
              • 9995
              • 1,613 Posts
              It’s not very active in here. Gona try for the last time here if perhaps someone can help. I understand there needs to be time involved of it, but it’s a very nice module which can use an update sad

              Realy like to have the module tuned with:

              - send automatic ’thank u’ email to subscriber
              - checks if there are double emailaddresses when it’s sending the mailing so people doesnt receive it 2x when subscribed twice
              - the nice grouped version timer sending doesn’t work with me <- Add below code to temailer/ajax/send.php: sleep(5) time between sending each email 5 seconds

              	//update the sent flag
              	$modx->db->update("sent=1", $modx->getFullTableName('temailinglist'), "id=" . $row['id']);
              						
              	//slow down the mailer so it doesn't bomb
              	sleep(5);
              	}	
              }
              


              Little less important:

              - languages
              - design / css

              Would be awesome:
              - convert to REVOLUTION
                Evolution user, I like the back-end speed and simplicity smiley
                • 9995
                • 1,613 Posts
                A client has about 10.000 emailadresses which I want to add to the TEMailer and send newsletters to.
                Will this work?
                  Evolution user, I like the back-end speed and simplicity smiley
                  • 11055 ☆ A M B ☆
                  • 3,112 Posts
                  Quote from: fourroses666 at Jan 11, 2011, 07:37 AM

                  A client has about 10.000 emailadresses which I want to add to the TEMailer and send newsletters to.
                  Will this work?
                  Some servers have a security policy that will allow them to terminate all continuous process up to their time limit settings.
                  Try to check the script, whether it a has a sleep/usleep state.
                    Rico
                    Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
                    MODx is great, but knowing how to use it well makes it perfect!

                    www.virtudraft.com

                    Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

                    Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

                    Maintainter/contributor of Babel

                    Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
                    • 25663 MODX Staff
                    • 12,272 Posts
                    Could you use an outsourced mail delivery service like postmarkapp.com for delivery in that case?
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 9995
                      • 1,613 Posts
                      Dunno how to use an outsourced mail delevery service, it uses a sleep function as far i could see, set to send 1 mail every 2 seconds.

                      My hostingcompany doesnt like it, its on a shared server, will be 20.000 emails a week at least.
                      Im gona solve this to get a VPS (private server), and let gmail / hotmail know the server ip so it won’t get blacklisted.

                      Not sure how to do that last.


                      Really hope this mailingmanager will be made on revo too!

                      http://modxcms.com/extras/package/?package=785


                        Evolution user, I like the back-end speed and simplicity smiley