RE: [PHP] Re: Attach Image to email

2004-03-24 Thread Vail, Warren
7;; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Re: Attach Image to email I understand many virus filters eliminate .jpg or .jpeg attachments (see macafee for cert for details). Do you think that will be a problem for you (a fly in the ointment so to speak)? Warren Vail -Origin

RE: [PHP] Re: Attach Image to email

2004-03-24 Thread Vail, Warren
, 2004 4:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Re: Attach Image to email Yes. I want to make it as attachment. Any ideas how that's can be done? Thanks >From: "Elliot J. Balanza" <[EMAIL PROTECTED]> >Reply-To: "Elliot J. Balanza&

RE: [PHP] Re: Attach Image to email

2004-03-24 Thread Mike Mapsnac
Yes. I want to make it as attachment. Any ideas how that's can be done? Thanks From: "Elliot J. Balanza" <[EMAIL PROTECTED]> Reply-To: "Elliot J. Balanza" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP] Re: Attach Image to email Date: Wed, 24 Mar

[PHP] Re: Attach Image to email

2004-03-24 Thread Elliot J. Balanza
Send it in HTML form, and use an img meta tag... now if you want to do is an attachement that is a different story. Vamp "Mike Mapsnac" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hello > > I know how to use mail "function" in php to send an email with text. But I > want to