Newsletter Program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeremy Ross

    Newsletter Program

    Hello,

    We are looking for a Newsletter Program that is tested and is knowing to
    work with PHP/MySQL. We will be having allot of people use this
    newsletter so it should be able to handle sending lots of emails. Also
    we would need to be able to send the newsletters in HTML format.

    Free or paid programs are not an issue, just as long as the program works.

    Thanks,
    Jeremy Ross
  • Manuel Lemos

    #2
    Re: Newsletter Program

    Hello,

    On 11/08/2004 06:34 PM, Jeremy Ross wrote:[color=blue]
    > We are looking for a Newsletter Program that is tested and is knowing to
    > work with PHP/MySQL. We will be having allot of people use this
    > newsletter so it should be able to handle sending lots of emails. Also
    > we would need to be able to send the newsletters in HTML format.
    >
    > Free or paid programs are not an issue, just as long as the program works.[/color]

    You may want to try this class that can compose and send bulk HTML
    messages properly. It comes with options to optimize its behavior to
    send messages to many recipients.



    As for integrating with MySQL, I suggest that you just make the queries
    whevever you are sending the messages and just set the To: header to
    each of them in a loop. Since it may take long, I suggest that you do
    that from a PHP running off the Web server, from a cron task in
    Linux/Unix or task scheduler under Windows.

    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    PHP Reviews - Reviews of PHP books and other products


    Metastorage - Data object relational mapping layer generator

    Comment

    • Samuël ML Lison

      #3
      Re: Newsletter Program

      Jeremy Ross wrote:[color=blue]
      > Hello,
      >
      > We are looking for a Newsletter Program that is tested and is knowing to
      > work with PHP/MySQL. We will be having allot of people use this
      > newsletter so it should be able to handle sending lots of emails. Also
      > we would need to be able to send the newsletters in HTML format.
      >
      > Free or paid programs are not an issue, just as long as the program works.[/color]

      SendStudio - http://www.interspire.com/sendstudio/

      Users can subsribe and unsubscribe from the list, e-mail is formatted
      with unsubscribe details, it can generate HTML forms for them to
      unsubscribe. It can also track users clicks to your links, so you know
      which of your subsribers clicked on your links etc.

      Sends e-mail in both HTML or TEXT, you are able to have the newsletter
      formatted in both depending on your users PREFERENCE.

      The list will also auto-delete inactive e-mail accounts and so forth.

      Check http://www.interspire.com/sendstudio/ for feature details.



      Yours Sincerely,
      Samuël ML Lison

      --
      DreamCities.net - A Community for All! (http://www.dreamcities.net)
      Jobs Available: http://business.dreamcities.net/jobs.html
      Contact Me: http://about.dreamcities.net/contact.html

      Comment

      • Njuletter

        #4
        Re: Newsletter Program

        PG Newsletter Software will also suit your needs.

        --
        Message posted using http://www.talkaboutprogramming.com/...comp.lang.php/
        More information at http://www.talkaboutprogramming.com/faq.html

        Comment

        • Njuletter

          #5
          Re: Newsletter Program

          PG Newsletter Software will also suit your needs.

          --
          Message posted using http://www.talkaboutprogramming.com/...comp.lang.php/
          More information at http://www.talkaboutprogramming.com/faq.html

          Comment

          Working...