Forum Moderators: phranque
sent mail from my pages to my
Not sure the first question makes sense...
-collect their email so to be able to send them newsletter
create a simple html form. set up a mysql dbase on your hosting server, add the fields of the form.
upon submit, submit the data to the database.
you can find some very easy either ASP or PHP examples by searching WebmasterWorld, depending on your server config. just takes a little query and a connection string.
boom. collecting emails.