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