[PHP] Re: File attachment to mail() doesn't work....

2003-10-23 Thread Scott Fletcher
The problem I was having turned out that I need to add extra "\n" to some of the lines to the $EmailMsg. It turned out that MS-Outlook doesn't work without some extra "\n" for some reason. Some other people told me they have this same problem with different Mail Client software as well, so it see

[PHP] Re: File attachment to mail() doesn't work....

2003-10-17 Thread Manuel Lemos
Hello, On 10/17/2003 08:13 PM, Scott Fletcher wrote: I already whipped up the script to get the PHP mail() to send an email with body text, along with the file attachment. Still haven't got this to work right. If I omit out the attachment feature then the mail() work successfully and I recei