Search found 1 match
- Sun Jan 31, 2010 5:37 pm
- Forum: PHP - Code
- Topic: PHP mail on godaddy
- Replies: 1
- Views: 115
PHP mail on godaddy
I'm on a linux server using php. Any idea why I'm not receiving email with this code { $to = '$_POST[stdEmail_T]'; $message = 'Dear '.'$_POST[stdFName_T]'.'\nThank you for submitting..an email has been sent to '.'$_POST[stdEmail_T]'; $subject = 'Thank you'; ini_set("SMTP","relay-hosti...