Skip to content

Instantly share code, notes, and snippets.

@AaEzha
Created July 25, 2021 12:02
Show Gist options
  • Select an option

  • Save AaEzha/7945edd7095db03f08c9a2d7174376b8 to your computer and use it in GitHub Desktop.

Select an option

Save AaEzha/7945edd7095db03f08c9a2d7174376b8 to your computer and use it in GitHub Desktop.
CodeIgniter 3 + MailHog
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$config = [
'protocol' => 'smtp',
'smtp_host' => 'localhost',
'smtp_port' => 1025,
'crlf' => "\r\n",
'newline' => "\r\n"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment