[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 add new

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 2004 18:12:18 -0600 Send it in HTML form

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 [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: [PHP] Re: Attach Image to email

2004-03-24 Thread Vail, Warren
]; [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 -Original Message- From

[PHP] Re: attach

2003-08-04 Thread Greg Beaver
http://pear.php.net/package-info.php?package=Mail_Mime Regards, Greg -- phpDocumentor http://www.phpdoc.org Diana Castillo wrote: Hi, Can you tell me how to attach files when using the php mail function? Thanks, Diaan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: attach

2003-08-04 Thread Manuel Lemos
Hello, On 08/04/2003 10:59 AM, Diana Castillo wrote: Can you tell me how to attach files when using the php mail function? You may want to try this class that lets you compose messages with as many attachments as you want, including in HTML messages. http://www.phpclasses.org/mimemessage --

[PHP] Re: attach image with the mail command?

2003-01-14 Thread Manuel Lemos
Hello, On 01/14/2003 11:09 PM, Harald Mohring wrote: how can i attach an image with the mail command how do get the image in a variable when i have chosen it with the input type file? Do you mean attaching an image as a separate file or embed it in the message so it displays in HTML message?