Robert Fitzpatrick <lists <at> webtent.net> writes: > I installed PHP-5.1.2 from source and my scripts give me an error when > trying to use the mail function saying the function is not found. What > do I need to do for this function to work?
Include the module "imap" (after having compiled it). You will probably need a valid /bin/sendmail too; PHP on Win32 uses SMTP but I'm not quite sure about Cygwin's PHP. The real question is: why do you ask here and not on PHP mailing lists? ^_^ Lapo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/