Php Email
Php Email
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- acescence0
put mail in an if check to see what's happening. it returns bool true on success. turn on error reporting to see what's happening..
error_reporting( E_ALL );
if( mail() ){
// mail was sent
}