
11-18-2006, 12:18 AM
|
|
|
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DaNIEL MeNTED
Rather than that what happens if you change:
PHP Code:
$result = mail($this->to, $this->subject, $this->html, $headers);
PHP Code:
$result = mail($headers, $this->html);
I don't see why the code is constructing the header then defining the TO: and Subject: a second time?
|
That does not send the mail at all.
|