Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

[PHP] Email files as attachments From: Andrew V. Romero (avr <email protected>)
Date: 12/22/01

I was wondering if it is possible to attach a file using the php mailing

functions? I currently am using
mail("rrstudio2 <email protected>","My email subject Line",$emailMessage,
"From: myself <email protected>\nReply-To: sender <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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>