View Full Version : Setting up a newsletter via e-mail


s_gubs
02-08-2003, 12:39 AM
Hi guys,

I will be considering sending out a newsletter
on a frequent basis - html/text/ or pdf format. How does the process of a person subscribing to this newsletter by e-mail work.
Can it be set up that when I receive their e-mail an
automatic reply of confirmation will be sent to them
and can the newsletter be sent out similar to this
or would I have to send it directly to each individual subscriber.

Gubbs

whammy
02-08-2003, 12:48 AM
Well, javascript can't do this since it's client-side only.

You need to look into a server-side language like ASP or PHP, then this is just a matter of programming what you want to do. :)