PHP Classes

File: src/config/local-mailer.php

Recommend this page to a friend!
  Classes of Andrey Iatsenko   Laravel Local Email Sender   src/config/local-mailer.php   Download  
File: src/config/local-mailer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Local Email Sender
Send email messages to logs that can be viewed
Author: By
Last change:
Date: 8 months ago
Size: 106 bytes
 

Contents

Class file image Download
<?php

return [
   
'route' => [
       
'enabled' => true,
       
'prefix' => 'local-mailer',
    ],
];