sendmail('vangiekcarrental@gmail.com', 'no-reply@virentacar.com.mo', $subject, $message, "HTML")){ $status = 'ok'; }else{ $status = 'err'; } if( $smtp->sendmail('vangiekcarrental@gmail.com', 'no-reply@virentacar.com.hk', $subject, $message, "HTML")){ $status = 'ok'; }else{ $status = 'err'; } echo $status;die; ?>