RE: [PHP] emails with attachements

2001-09-22 Thread Radek Krejca
> > i want to send emails with attachements... can I modify the > > mail()-function > > or how can I perform this? > > please email me - thank you! > > There's a class available here which will do it: > > http://www.heyes-computing.net or use function IMAP_Mail_Compose(), in the manual is very go

RE: [PHP] emails with attachements

2001-09-21 Thread Richard Heyes
> i want to send emails with attachements... can I modify the > mail()-function > or how can I perform this? > please email me - thank you! There's a class available here which will do it: http://www.heyes-computing.net -- Richard Heyes "I know not with what weapons World War III will be fought

RE: [PHP] emails with attachements

2001-09-21 Thread Boget, Chris
> i want to send emails with attachements... can I modify the > mail()-function or how can I perform this? You can get classes that do this very thing at the following site: http://phpclasses.upperdesign.com/ Chris