Hi
I'm searching a PHP Newsletter Script where I can upload a CSV file in the following format:
Quote:
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:
Quote:
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