Results 1 to 3 of 3
  1. #1

    Newsletter Script with unlimited personalization fields

    Hi

    I'm searching a PHP Newsletter Script where I can upload a CSV file in the following format:

    Firstname;Lastname;Domainname;validdate;
    John;Doe;domain.com;15.01.2008;
    Then I would like to use the field names in my mail to personalize it like this:

    Hi {Firstname} {Lastname}
    Your Domain {Domainname} will expire on {validdate}.

    ...
    There should be no limit for the amount of this fields. I saw there are some scripts which can have only a field for firstname and lastname.

    Additionaly it should be programmed in PHP and should contain also some statistic possibilities.

    There don't need to be a registration option for new users, we import them from our customer database.

    I hope someone can recommend me a script, it doesn't need to be for free.

    Michael

  2. #2
    Join Date
    Mar 2005
    Posts
    327
    Hello Michael,

    Take a look at http://www.phplist.com

    Not sure if it does everything you want, but you might want to take a look

    Regards.
    Waveweb Technologies
    http://www.waveweb.com
    Customer Service Guarantee

  3. #3
    Join Date
    Mar 2005
    Location
    Athens, Greece
    Posts
    1,763
    Yes, PHPList can import csv files and have custom fields.

    But it would be MUCH easier to just write a simple php script that connects to your customer database and send the mails.
    Managed.gr cloud hosting, paas, vps, dedicated, domain registration on global datacenters.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •