Click to See Complete Forum and Search --> : Mailing list


BuddhaSmurf
08-29-2003, 05:52 AM
Is there any way i can make a mailing list that whenever i update my HTML it automaticaly sends email to whoever is on it?

Khalid Ali
08-29-2003, 07:41 AM
you might be able to that using som ecustom email client,however,its beyond the scope of HTML.

PeOfEo
08-29-2003, 04:05 PM
You will definatly need a server side language for that, I mean you will need a data base to store the addys and you can only access and update databases with a server side language, not client side. Also, it would be a lot of work doing the update detection thing unless its an update in your data base or something that controlls your news. It would be a whole lot of work actually.

Aronya1
08-29-2003, 04:43 PM
Originally posted by BuddhaSmurf
Is there any way i can make a mailing list that whenever i update my HTML it automaticaly sends email to whoever is on it?
Are you sure that's what you want to do? If so, wouldn't everybody on your list get a message if you changed something minor, like a spelling error?

I'd suggest putting together a message template, then send that to your list when appropriate.

PeOfEo
08-29-2003, 05:01 PM
It would also be a lot less codeing to do it that was as well.

BuddhaSmurf
08-29-2003, 07:01 PM
Yes you are right. Sorry for the trouble

PeOfEo
08-30-2003, 12:23 AM
no trouble at all you know how you are going to change the application well what you invision to be the application in the future right? Do you have a plan as to how to set this up?