[PHP] Re: Email with attachment function

2004-06-17 Thread Manuel Lemos
Hello, On 06/17/2004 04:38 AM, Mark Cubitt wrote: Hello, I'm trying to write a function that sends an email with an attachment using sendmail, But I can't seem to get it working, the code I currently have is below, Any ideas would be much appreciated. I'm probably doing something stupid as the outp

[PHP] Re: Email with attachment function

2004-06-17 Thread Merlin
Hi Mark, don't try to invent the wheel twice. There are great functions for that already available. Try to search for phpmailer. Thats a great one. Merlin Mark Cubitt wrote: Hello, I'm trying to write a function that sends an email with an attachment using sendmail, But I can't seem to get it wor