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
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
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
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
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