RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Chris Cocuzzo
TED]] Sent: Tuesday, June 19, 2001 7:31 AM To: PHP General List (E-mail) Subject: RE: [PHP] [php]using sendmail with php What is this problem you speak of? I have never come across any problems with mail().maybe i'm not trying hard enough ;) -Original Message- From: Chris Cocuzzo

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Ray Hilton
I assume you could do it like in perl: Open(MAIL, "|/usr/lib/sendmail"); Print MAIL < From: someone <[EMAIL PROTECTED]> Subject: blah blah Note the line break before the body, blah blah blah OUTPUT Close(MAIL) I have no idea how you would do this in php, but I hope its at least points you in th

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Jamie Thompson
What is this problem you speak of? I have never come across any problems with mail().maybe i'm not trying hard enough ;) -Original Message- From: Chris Cocuzzo [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 05:04 To: PHP General List (E-mail) Subject: [PHP] [php]using sendmail with php