Skip to content

Instantly share code, notes, and snippets.

@joexcodex
Forked from jrvaja/sendMailConfigFile
Created September 14, 2017 18:49
Show Gist options
  • Select an option

  • Save joexcodex/bd4b36ea00f831371b16ac690ade2440 to your computer and use it in GitHub Desktop.

Select an option

Save joexcodex/bd4b36ea00f831371b16ac690ade2440 to your computer and use it in GitHub Desktop.
CodeIgniter:SendMailConfigFile
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$config['protocol']='smtp';
$config['smtp_host']='ssl://smtp.googlemail.com';
$config['smtp_port']=465;
$config['smtp_user']='jminvaja007@gmail.com';
$config['smtp_pass']='rko261187';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment