Re: [PHP-LANG] PHP Email Attachment

[email protected] (Joey Smith) Tue, 1 Apr 2003 11:53:19 -0700
Newsgroups php.lang
Message-ID <[email protected]>
I have TWO pieces of guidance for you:

1) php-lang is the wrong list for this. Try php-general.

2) Perhaps look into PEAR's MIME email class.

On Tue, Apr 01, 2003 at 11:52:27AM -0500, Mike wrote:
> Hello,
> I want to send an email attachment using PHP and the below code works
> locally but when i upload to my RAQ Cobalt server it doesn't send the
> attachment and i can't figure out why. If you can offer me any guidance as
> to why this is happening it is greatly appreciated.
> **The sendmail is a custom function listed below also, not the one inherent
> to PHP.**