Log in

View Full Version : Need a script for Mass E-Mail sending



andrewfadl
07-28-2007, 05:24 AM
Something where a user inputs his E-mail (His e-mail is hidden no 1 can see it except for the admin)

The user would like subscribe to the website's Newsletters and all.. and then the admin can just send an e-mail and it would go to all those who subscribed.


However, when the e-mail is sent, the e-mails of the people it was sent to must be hidden (so they won't know other people's e-mails)

Is this possible? Thank you

Eternal_Howl
07-30-2007, 05:32 AM
You're probably after a php script. If your webhost doesn't support PHP (which means you can't run these scripts on your site) , you might want to consider searching google for a remotely hosted mailing list script.

Sliight
07-30-2007, 05:45 AM
Not the easiest way... but a distribution list in Outlook placed in the BCC (Blind carbon copy) eliminates the e-mail addresses from being seen. Not positive if they are removed from the background code though...

andrewfadl
07-31-2007, 12:54 AM
You're probably after a php script. If your webhost doesn't support PHP (which means you can't run these scripts on your site) , you might want to consider searching google for a remotely hosted mailing list script.


Oh PHP? Alright, I posted in the PHP thread hopefully someone knows a code or something.


Thanks