jwk811 Posted August 24, 2006 Share Posted August 24, 2006 Is there a way I could get data from a form emailed to me without using one of those mail servers? I know theres a way you can send mail with plain php script, well I think so. But when you do a mailto: form action the user would have to send the email themselves. And the mail servers take to long as what I am doing I would need an instant delivery on the data. Any information on this would be greatly appreaciated. Link to comment https://forums.phpfreaks.com/topic/18497-emailing-form-data/ Share on other sites More sharing options...
AndyB Posted August 24, 2006 Share Posted August 24, 2006 Have you looked at the mail() function - http://ca.php.net/manual/en/ref.mail.php ?There are a zillion php mail scripts around, including tutorials on this site that can explain php mail. Link to comment https://forums.phpfreaks.com/topic/18497-emailing-form-data/#findComment-79663 Share on other sites More sharing options...
jwk811 Posted August 24, 2006 Author Share Posted August 24, 2006 That stuff is very confusing to me I don't really understand it. I just read through almost all of it. Now, are those telling you about mail servers? I know how to use mail servers but I'm trying to find something instant. Could anyone give me a script that I could use to send the mail directly to me from the form without using those servers and without using the mailto form method? Please remember I am very new to this so this complex stuff I can't really understand. Link to comment https://forums.phpfreaks.com/topic/18497-emailing-form-data/#findComment-79672 Share on other sites More sharing options...
AndyB Posted August 24, 2006 Share Posted August 24, 2006 http://www.thesitewizard.com/archive/feedbackphp.shtml Link to comment https://forums.phpfreaks.com/topic/18497-emailing-form-data/#findComment-79674 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.