Skip to content

Instantly share code, notes, and snippets.

@rephiscorth
Created August 24, 2014 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rephiscorth/be9a223bfd722499ac29 to your computer and use it in GitHub Desktop.
Save rephiscorth/be9a223bfd722499ac29 to your computer and use it in GitHub Desktop.
public $gmail = array(
'transport' => 'Smtp',
'host' => 'smtp.gmail.com',
'port' => 465,
'username' => 'mail@domain.com',
'password' => '1111111111',
'tls' => true,
'client' => null,
'log' => false,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment