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

[PHP] email attachments and PHP

2002-06-03 Thread Brad Wright
Hi all, 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. Thanks in advance.

Re: [PHP] email attachments

2002-04-17 Thread Michael Virnstein
'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: [PHP] email attachments > > > This nifty code (taken f

RE: [PHP] email attachments

2002-04-16 Thread ROBERT MCPEAK
goes exactly. James -Original Message- From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:46 AM To: [EMAIL PROTECTED] Subject: [PHP] email attachments This nifty code (taken from PHP Cookbook) sends an email with a file "attached" in-line. The text

RE: [PHP] email attachments

2002-04-16 Thread James E. Hicks III
D] Subject: [PHP] email attachments This nifty code (taken from PHP Cookbook) sends an email with a file "attached" in-line. The text from the attached file appears within the body of the email. I need to send attached files that are not in-line, but, rather, come as attached files

[PHP] email attachments

2002-04-16 Thread ROBERT MCPEAK
This nifty code (taken from PHP Cookbook) sends an email with a file "attached" in-line. The text from the attached file appears within the body of the email. I need to send attached files that are not in-line, but, rather, come as attached files that the user views outside of their email browse