|
send email from server
I have a form where the user submits information and I then need the information to be validated and emailed to me. I currently it emailed through html: <form method="post" action="mailto:info@sygnet-tech.com?" subject="Support Email" enctype="text/plain">
However it is then sent through the users email and it prompts the user. I'd like to send it to as asp page so that I can validate it (that part I can do) but then how can I email it from the server?
Thanks
|