X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Lapo Luchini Subject: Re: PHP mail function Date: Thu, 26 Jan 2006 19:25:44 +0000 (UTC) Lines: 13 Message-ID: References: <1138292869 DOT 7860 DOT 5 DOT camel AT columbus DOT webtent DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Robert Fitzpatrick 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/