Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 KB | None | 0 0
  1.         'mailer'    => [
  2.             'host'          => 'mail.gps.id',
  3.             'smtpAuth'      => true,
  4.             'username'      => 'info@gps.id',
  5.             'password'      => '',
  6.             'smtpSecure'    => 'ssl',
  7.             'smtpPort'      => 465,
  8.             'smtpOptions'   => array(
  9.                                         'ssl' => array(
  10.                                                         'verify_peer' => false,
  11.                                                         'verify_peer_name' => false,
  12.                                                         'allow_self_signed' => true
  13.                                                        )
  14.                                     ),
  15.  
  16.             'isHTML'        => true,
  17.             'charSet'       => 'utf-8'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement