<?php // Fixture used for `winter:env` unit tests in `tests/unit/system/console/WinterEnvTest.php return [ 'default' => 'smtp', 'host' => 'smtp.mailgun.org', 'port' => 587, 'encryption' => 'tls', 'username' => null, 'password' => null, ];
info at phpclasses dot org