|
-
Nov 30th, 2006, 06:21 PM
#1
Thread Starter
Hyperactive Member
Newsletter with PHP?
As users register to my site I will be taking their emails for obvious reasons but I also will want to send them announcements and important information from time to time. I'm wondering whether I can somehow build this into my admin site? So for instance is there a way I can get all emails from my users and then send a message that I have typed in to them??? Or is it better to stick to using pre-made mailing lists? I just think it is both easier to do it all from the backend, although I may be wrong... what's your ideas on this?
-
Nov 30th, 2006, 06:50 PM
#2
Re: Newsletter with PHP?
It's possible, it's easy, and if you do it without your users giving you explicit permission, it's a criminal action in some countries.
Just grab all emails from your database and send a mail to all of them.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 1st, 2006, 06:00 AM
#3
Thread Starter
Hyperactive Member
Re: Newsletter with PHP?
if you do it without your users giving you explicit permission, it's a criminal action in some countries.
No way that sounds a bit OTT - I'm not denying its true however...
During registration I would of course make sure the user is aware of my terms and I can include it in there. And also I know I wouldn't be sending spam but important news about updates/changes to the system.
I'm just wondering whether it would be easier to use a mailing list system as otherwise I would just have a system which sends out emails to the user but I duno about implementing unsubscribe options etc. I just want to make something quickly.
What do you think of this - anyone found nething better?
-
Dec 1st, 2006, 07:41 AM
#4
Re: Newsletter with PHP?
With a mailing list, you'd have to make sure that no one but you can post there.
The way you want is usually the simplest, and is supported e.g. by this board software to send mails to all members.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 1st, 2006, 07:44 AM
#5
Thread Starter
Hyperactive Member
Re: Newsletter with PHP?
Hmmm that seems fine - Ill look into doing this internally from the admin then, thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|