Commit b3570619 by Jansa Jose

customer contlr

parent b53a8587
......@@ -100,7 +100,7 @@ $mail->addAddress('[email protected]', 'Anju User');
$mail->send();
//echo 'Message has been sent';
//echo $mail->send();
$mail->print_debugger());
$mail->print_debugger();
} catch (Exception $e) {
echo 'Message could not be sent. Mailer Error: ', $mail->ErrorInfo;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment