$this->load->library('email'); $config = array( 'protocol' => 'smtp', 'smtp_host' => 'smtp.hostinger.com', // Ya aapka cPanel/hosting SMTP host 'smtp_port' => 587, // Port 587 ya 465 'smtp_user' => 'maxtechcomputerskaria@gmail.com', 'smtp_pass' => 'Mridul@9726', 'mailtype' => 'text', 'charset' => 'utf-8', 'newline' => "\r\n" ); $this->email->initialize($config);
The page you are looking for cannot be found.