Re: [PHP] email attachments and PHP

2002-06-03 Thread Henry
>I was wondering if there is a way to attach files to emails sent via a PHP >script. I just checked the 'mail functions' chapter of the php manual, but >it doesn't seem to mention attachments. The attached files will come from >the same server that php is running on BTW. check my reply and homegr

Re: [PHP] email attachments

2002-04-17 Thread Michael Virnstein
use PEAR::Mail(); it has all you need. "James E. Hicks III" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You need a Content-Disposition in yer $mime variable. I'll leave it up to you to > figure out where, because I've forgotten where it goes exactly.

RE: [PHP] email attachments

2002-04-16 Thread ROBERT MCPEAK
I wish that made sense to me. Can you expound? >>> "James E. Hicks III" <[EMAIL PROTECTED]> 04/16/02 09:41AM >>> You need a Content-Disposition in yer $mime variable. I'll leave it up to you to figure out where, because I've forgotten where it goes exactly. James -Original Message- Fr

RE: [PHP] email attachments

2002-04-16 Thread James E. Hicks III
You need a Content-Disposition in yer $mime variable. I'll leave it up to you to figure out where, because I've forgotten where it goes exactly. James -Original Message- From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:46 AM To: [EMAIL PROTECTED] Subject: [