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