Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Jordi Canals wrote: > The main problem is when sending mail from Windows with the mail() function and using and SMTP server. The mail function modifies the TO header (CC and BCC also). The change made by the mail function does not conform with the RFC 2822 (wich obsoletes 822), and then the SMTP

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Luis Ferro wrote: My PHP.INI: SMTP = smtp.example.com [EMAIL PROTECTED] You have to chance the php.ini configuration to point out to the smtp server and use as sender one valid account there. The current configurations you have in php.ini are the example ones and need to be changed... (either d

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Luis Ferro
My PHP.INI: SMTP = smtp.example.com [EMAIL PROTECTED] You have to chance the php.ini configuration to point out to the smtp server and use as sender one valid account there. The current configurations you have in php.ini are the example ones and need to be changed... (either directly or by the

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Jordi Canals [SMTP:[EMAIL PROTECTED]' -Original Message- From: Jordi Canals To: PHP-Windows List Sent: 2004-04-17 01:49 Subject: [PHP-WIN] Problems with mail on Windows Hi all, I'm having some trouble using mail() on Windows. This is working for me on some LINUX servers with no pro

[PHP-WIN] Problems with mail on Windows

2004-04-16 Thread Jordi Canals
Hi all, I'm having some trouble using mail() on Windows. This is working for me on some LINUX servers with no problems (sendmail, qmail and exim), but cannot make it to work on windows. I'd like to send a message with name and address on the TO field, not just the address. To get that, I tried

[PHP-WIN] Problems with mail()

2003-02-10 Thread "Juan Ant. Martínez"
Hi, I'm new to php. I have downloaded and installed PHP 4.3.0 on a Windows NT 4.0 server. I have tested the configuration and changed the parameters in php.ini to fit my environment. The basic code works fine, but one of the things I'd like to do is to send mails. I have found the sample code a

Re: [PHP-WIN] Problems with mail()

2002-04-15 Thread Patrick Reagan
ECTED]> > Sent: Wednesday, March 13, 2002 6:40 AM > Subject: [PHP-WIN] Problems with mail() > > > >>Hi guys. I've a big problem using mail() function. My system run under > > Win2k SP2 italian, with IIS 5 and PHP 4.1.2 (although I got this prob since > 4.1.0

Re: [PHP-WIN] Problems with mail()

2002-03-13 Thread Adolfo Meneses
t: Wednesday, March 13, 2002 6:40 AM Subject: [PHP-WIN] Problems with mail() > Hi guys. I've a big problem using mail() function. My system run under Win2k SP2 italian, with IIS 5 and PHP 4.1.2 (although I got this prob since 4.1.0). This is my php.ini > > [mail function] > ; For W

[PHP-WIN] Problems with mail()

2002-03-13 Thread Alberto. Sartori
Hi guys. I've a big problem using mail() function. My system run under Win2k SP2 italian, with IIS 5 and PHP 4.1.2 (although I got this prob since 4.1.0). This is my php.ini [mail function] ; For Win32 only. SMTP = localhost ; For Win32 only. sendmail_from = [EMAIL PROTECTED] I've tried to re