Topic awaiting preservation: Using blat.exe to send email (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 10-22-2002 18:31
I have a form and it passes two variables to a page called send.php. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-22-2002 19:47
You probably need quotes around the subject and text otherwise the spaces will screw up the command line argument parsing. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 10-23-2002 17:43
is there a reason not to use php's mail() function? works fine for me... quick 'n' easy too |
Obsessive-Compulsive (I) Inmate From: |
posted 10-23-2002 20:09
I changed to the mail function when i got knowledge of it. |