PHP Classes

File: app/configs/components/mail.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/configs/components/mail.php   Download  
File: app/configs/components/mail.php
Role: Configuration script
Content type: text/plain
Description: setup mail
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of app/configs/components/mail.php
Date: 9 months ago
Size: 79 bytes
 

Contents

Class file image Download
<?php

// Messages
return [
   
'class' => '\Micro\Mail\Transport\Sendmail'
];