Logo white

Eugeny Galkovskiy / land-artbox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • land-artbox
  • common
  • config
  • mail.php
  • settings
    dc4c5454
    Alex Savenko authored
    2017-07-20 17:52:55 +0300  
    Browse Code ยป
mail.php 164 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
<?php

return [
    1 => [
        'host' => 'smtp.gmail.com',
        'user' => 'artboxcore@gmail.com',
        'pass' => 'upfly2000',
        'id' => 1,
    ],
];