Newsletter projects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniele Baroncelli

    Newsletter projects

    I wrote a post few days ago, but I didn't get replies.

    I am looking for a PHP open source application to compose and send
    newsletters.

    Can anyone suggest me one?


    Daniele


  • Manuel Lemos

    #2
    Re: Newsletter projects

    Hello,

    on 05/08/2006 04:01 PM Daniele Baroncelli said the following:[color=blue]
    > I wrote a post few days ago, but I didn't get replies.
    >
    > I am looking for a PHP open source application to compose and send
    > newsletters.
    >
    > Can anyone suggest me one?[/color]

    You can use this class for composing and sending e-mail messages. It
    provides options to optimize deliveries to many users. It comes with
    examples for sending personalized and non-personalized newsletter messages:




    --

    Regards,
    Manuel Lemos

    Metastorage - Data object relational mapping layer generator


    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

    Comment

    • Daniele Baroncelli

      #3
      Re: Newsletter projects

      > You can use this class for composing and sending e-mail messages. It[color=blue]
      > provides options to optimize deliveries to many users. It comes with
      > examples for sending personalized and non-personalized newsletter
      > messages:
      >
      > http://www.phpclasses.org/mimemessage[/color]


      Hi Manuel,

      Thank you for letting me know about your class.

      I tried the script "test_personali zed_bulk_mail" and it works.
      However I was wondering if there was a delivery report, so that you can keep
      a list with all addresses you sent the newsletter to and any problems that
      may have occurred.

      Thanks!

      Daniele


      Comment

      • Manuel Lemos

        #4
        Re: Newsletter projects

        Hello,

        on 05/08/2006 04:55 PM Daniele Baroncelli said the following:[color=blue][color=green]
        >> You can use this class for composing and sending e-mail messages. It
        >> provides options to optimize deliveries to many users. It comes with
        >> examples for sending personalized and non-personalized newsletter
        >> messages:
        >>
        >> http://www.phpclasses.org/mimemessage[/color]
        >
        >
        > Hi Manuel,
        >
        > Thank you for letting me know about your class.
        >
        > I tried the script "test_personali zed_bulk_mail" and it works.
        > However I was wondering if there was a delivery report, so that you can keep
        > a list with all addresses you sent the newsletter to and any problems that
        > may have occurred.[/color]

        The class only send the messages. It cannot confirm whether messages
        where received because deliveries rarely work immediately. Usually the
        messages are received by an MTA that tries to deliver them to the final
        mail server. Even if the mail server accepts the message, it does not
        mean the message is received by the recipient, as it may bounce later.

        The control of received and bounced messages must be done separately.

        --

        Regards,
        Manuel Lemos

        Metastorage - Data object relational mapping layer generator


        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

        Comment

        • Jean-Jacques SOLARI

          #5
          Re: Newsletter projects

          Daniele Baroncelli <ubimmc93@liber o.it> wrote:
          [color=blue]
          > I wrote a post few days ago, but I didn't get replies.
          >
          > I am looking for a PHP open source application to compose and send
          > newsletters.
          >
          > Can anyone suggest me one?[/color]

          Daniele,

          There is Wanewsletter (GPL) written by Aurélien Maille at:
          <http://www.phpcodeur.n et/wascripts/wanewsletter/>

          Download latest stable version (2.2.11) at:
          <http://www.phpcodeur.net/wascripts/w...latest/wanewsl
          etter.zip>

          Original language is French, but localization modules are available
          (English, Portuguese, Italian, Turkish). English module is included in
          archive.

          The developer is quite responsive and will give any necessary
          explanations.

          hih,

          JJS.

          Comment

          Working...