Quote:
Originally posted by nuno
PHP Version 4.1.0.
I'm running Apache Version 1.3 and IIS5 Default SMTP Server.
|
Is Apache on Windows too, or just the SMTP server? I haven't tested this with Windows.
If you still want to keep trying with this, could you add a debug line in mime_html_smtp.inc file in the mime_mail() function to identify the point at which it fails?
Put
Code:
echo "DEBUG\n"; exit;
at the first line then keep moving it down until it no longer shows up.
I'll understand if you don't have the time