J
|
Jane 2/29/2008 |
Hi, ... $email = $values["EmailField"]; ...
|
A
|
alan@sfvcc.com author 3/2/2008 |
Hi, make sure your PHP is configured to send emails. More info here: http://www.php.net/mail To send email to person who posted the record use this code: where EmailField si your actual field name on the add page.
|
A
|
alan@sfvcc.com author 3/2/2008 |
It started working, thanks for the tip on sending to the poster. That works very well. |