EVOLUTION-NINJA
Edit File: email.php
<?php $config['protocol'] = 'smtp'; $config['smtp_host'] = 'smtp.gmail.com'; $config['smtp_port'] = '587'; // 8025, 587 and 25 can also be used. Use Port 465 for SSL. $config['smtp_crypto'] = 'tls'; $config['smtp_user'] = 'yindabpportal@yaskawa.in'; $config['smtp_pass'] = '2016#abpyind'; $config['charset'] = 'utf-8'; $config['mailtype'] = 'html'; $config['newline'] = "\r\n"; ?>