skip to Main Content

Why does my page stay blank after I press submit? – CPanel

<form method="post" action="mail_handler.php"> <div class="col-sm-7 slideanim"> <div class="row"> <div class="col-sm-6 form-group"> <input class="form-control" id="name" name="name" placeholder="Naam" type="text" required> </div> <div class="col-sm-6 form-group"> <input class="form-control" id="phone" name="phone" placeholder="Telefoonnummer" type="text" required> </div> <div class="col-sm-12 form-group"> <input class="form-control" id="email" name="email" placeholder="Email" type="email" required>…

VIEW QUESTION

Email is not Receiving through Swift Mailer Symfony2 – CPanel

i tried to send email through swiftmailer response code 200 ok but still no email recived. controller code public function EmaiAction(Request $request) { $mailer = $this->get('mailer'); $logger = new Swift_Plugins_Loggers_ArrayLogger(); $mailer->registerPlugin(new Swift_Plugins_LoggerPlugin($logger)); $message = Swift_Message::newInstance() ->setSubject('Hello') ->setFrom('[email protected]') ->setTo('***@gmail.com') ->setBody('This is…

VIEW QUESTION
Back To Top
Search