PHP Classes

File: src/SendIt/tests/App/config/mailer.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/SendIt/tests/App/config/mailer.php   Download  
File: src/SendIt/tests/App/config/mailer.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 161 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

return [
   
'dsn' => 'smtp://user:pass@smtp.example.com',
   
'queue' => 'local',
   
'from' => 'test@spiral.framework',
];