I was wondering if it is possible to attach a file using the php mailing
functions? I currently am using
mail("[EMAIL PROTECTED]","My email subject Line",$emailMessage,
"From: [EMAIL PROTECTED]\nReply-To: [EMAIL PROTECTED]\nX-Mailer: PHP/" .
phpversion());
to email simple messages, but I haven't run across a way to attach a
file to it.
Thanks for any information,
Andrew V. Romero
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]