<?php
return [
    'driver' => 'smtp',
    'host' => 'smtp.example.com',
    'port' => 587,
    'encryption' => 'tls',
    'username' => 'user@example.com',
    'password' => 'secret',
    'from' => ['address' => 'noreply@example.com', 'name' => 'FiberOps GMAO'],
];
