Fongming schrieb:
> Hi:
>
> the following is my easy way to send MIME mail with a
> attach files. It worked for my own mailing system.
>
> //---Make sure if a file upload or not...
>
> if(!empty($my_file))
> {
>
> copy($my_file,"files/$my_file_name");
> $fp=fopen("files/$my_file_name","r"
I've looked, and can not find out how you send attachments using the mail()
function. I find it difficult to believe that this was left out, so
obviously I'm missing something right in front of my face.
So my question is, how do you send attachments using the mail() fucntion?
-Danny
"You are
Mark Wouters <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've another question.. is it possible to send attachements with mail()
it sure is, look at phpclasses.upperdesign.com for classes for the
purpose (unde mail classes)
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To
Hi,
I've another question.. is it possible to send attachements with mail()
??
Thanks,
--
Mark Wouters
eXpanded Media
Web Designer
Parijsstraat 74, B-3000 Leuven - Louvain
Tel: +32 (16) 31.10.12
Fax: +32 (16) 31.10.19
E-mail: [EMAIL PROTECTED]
URL: http://www.expandedmedia.be
--
PHP General
4 matches
Mail list logo