--- ksaul27 <[EMAIL PROTECTED]> wrote: > My client is hosted on a windows hosting service. I can use PHP but > many functions are disabled including mail() and fsockopen(). I need > to be able to process input from a form and email it to her, but don't > know how without using one of these 2 functions. Is there a way?
Try the phpMailer e-mail transfer class. http://phpmailer.sourceforge.net/ Anytime I've needed an alternative to the mail() function, I've used this with great success. Michael Roush [EMAIL PROTECTED] "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect." -- Tim Berners-Lee, W3C Director and inventor of the World Wide Web __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
