feroze 0 Report post Posted June 5, 2005 hi guys i wanna make a form and the data should be sent directly without going through mail clients when u put mailto in HTML.can any of u guys plz gimme the code?? Share this post Link to post Share on other sites
vujsa 0 Report post Posted June 6, 2005 Well, there isn't a way of doing that with javascript I'm pretty sure. It isn't something your browser can choose to do or not to do.To send email driectly, you can use the php mail function which may be more like what you want to do.This way, the server not the client is sending the email.Hope this helps, :Dvujsa Share this post Link to post Share on other sites
meep 0 Report post Posted June 12, 2005 If you are looking to send an email you will need some server side scripting language like PHP and its mail() function.I think that this article, which explains how to setup the form and the php script, is what you are looking for. Share this post Link to post Share on other sites