Hi,

How can I send an email with an attachment? In this case a .pdf file.

I found this in the php-manual.

mail("[EMAIL PROTECTED]", "the subject", $message,
     "From: xxx\r\n"
    ."Reply-To: xxx\r\n"
    ."X-Mailer: PHP/" . phpversion());

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to