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"
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
2 matches
Mail list logo