Page 1 of 1

emailing a file

Posted: Tue Sep 16, 2003 5:55 pm
by psychotomus
is there away to email a file after its upload using the mail command or just upload it to memory then email it?

Posted: Wed Sep 17, 2003 8:50 am
by micrix
check fpassthru();
i don't know any other way...

greets micrix

Posted: Wed Sep 17, 2003 9:03 am
by JayBird
Have a look at this pre-made class

http://phpguru.org/mime.mail.html

Mark