Contact page

Is there a way to create a contact form that sends an email without having a table related to it.

In my case I do not need a table contacts, I only need to send an email.

thanks <h2>Contact Form</h2>     <form action="contact.html">     <fieldset>     <legend>Please send your message: </legend>     <p><label>Your Name:<br /><input type="text" /></label></p>     <p><label>Your email:<br /><input type="email" /></label></p>     <p><label>Message:<br /><textarea rows="5" cols="5"></textarea></label></p>     <p><label><input type="submit" value="Submit" class="submit" /></label></p> </fieldset>     </form>

Yes you can do it by using ActionMailer class