views:

19

answers:

1

We just want to build a very quick webpage that has two pages. One page where there is a form where a user can fill out a form and email us. Another page for users to put in their email address to subscribe to our newsletter.

What is the quickest way to build this? We are familiar with most web app technologies (asp, php, jsp, perl etc) but it seems such overkill to actually build a web app and database etc just to do this. Is there some prepackaged software or libraries or components that does just this?

A: 

Use the PHP mail() function to send email to yourself.

Delan Azabani