Top "Mail-form" questions

Mail forms are a user interaction pattern where a user enters mail contents into an HTML form and some program constructs an email message from that and sends it.

Simple PHP form: Attachment to email (code golf)

Imagine a user that would like to put a form on their website that would allow a website visitor to …

php email email-attachments code-golf mail-form
Contact us functionality in Rails 3

I want to make a contact us form in Rails 3 with the following fields: Name Email Message title Message body …

ruby-on-rails forms email contact mail-form