I want to have the user fill out a form with the email address they would like to send to and a short message and be able to send it without opening an external mail program like outlook is that possible? would this involve php or scripting any help would be good

Do you mean that you have an form interface for user to key in the email and message where the message will be sent to the email entered when user click the button "Send"? If it is so, yes you can do it with some scripting. PHP scripting will help.

You can refer some of these examples to assist you:
http://email.about.com/cs/phpemailtips/qt/et031202.htm
http://www.php-scripts.com/php_diary/122899.php3
http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.