Hi guys,
I've downloaded couple email list scripts at hotscripts but none of them do what I wanted. Can you help me?
Basically, I have an emaillist.txt (code from this site http://www.phptutorial .info/scripts/mailinglist/) which allow user to subscribe and unsubscribe.
If user selects subscribe, enter an email and that email is already in the emaillist.txt, a message is sent to that email saying thank you you've already subscribed.
If user selects subscribe, and email is not in the emailist.txt, a message is sent saying something like thank you for your interest, your email will be added to our emaillist as soon as possible. (*I will add the email into the emaillist.txt manually)
If user selects the unsubscribe, the message will say... sorry you have to leave etc.
The reason I do this is because I don't want to send out newsletter to those who aren't interested, or that they're not in group or friends.
Any suggestion would be greatly appreciated.
I've downloaded couple email list scripts at hotscripts but none of them do what I wanted. Can you help me?
Basically, I have an emaillist.txt (code from this site http://www.phptutorial .info/scripts/mailinglist/) which allow user to subscribe and unsubscribe.
If user selects subscribe, enter an email and that email is already in the emaillist.txt, a message is sent to that email saying thank you you've already subscribed.
If user selects subscribe, and email is not in the emailist.txt, a message is sent saying something like thank you for your interest, your email will be added to our emaillist as soon as possible. (*I will add the email into the emaillist.txt manually)
If user selects the unsubscribe, the message will say... sorry you have to leave etc.
The reason I do this is because I don't want to send out newsletter to those who aren't interested, or that they're not in group or friends.
Any suggestion would be greatly appreciated.
Comment