Web Analytics Made Easy -
StatCounter Mailinglist - CodingForum

Announcement

Collapse
No announcement yet.

Mailinglist

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mailinglist

    Hi there,

    I'm looking for an easy way to send 'personalized' emails to a number of people (at about 50). The text of the mail is exactly the same, only the opening of the mail contains a different name. I would like to use a flat-file db (ie .dat-file) instead of MySql. How do I achieve this?

    Thanx for your replies, Michiel

  • #2
    the file commands... fopen, fgets, blah, blah, blah

    i would have a file like the following:

    some name, mail title
    another guy, different mail title
    still another person, his mail title
    ... and so on

    then loop through the file exploding the string by the comma and sending the e-mail using those vars.

    I think thats what your looking for.

    -Scott
    I think its right anyway.

    Comment

    Working...
    X