Topic awaiting preservation: PHP email notification (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 03-10-2003 05:50
Hi all, code: <?php
|
Obsessive-Compulsive (I) Inmate From: |
posted 03-10-2003 10:19
uhmmm.. |
Paranoid (IV) Inmate From: Den Haag, Netherlands |
posted 03-10-2003 10:25
You seem to have missed your mail body out of your mail() function call, unless the subject IS the content perhaps ?? ... vis ... code: if (mail($MailTo, $Subject, $Body, "From: $MailFrom")){
|