PHP Classes

File: conf/production/mail.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/production/mail.php   Download  
File: conf/production/mail.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 1 month ago
Size: 322 bytes
 

Contents

Class file image Download
<?php

/*
 * Springy Framework Configuration File.
 *
 * Used for "production" environment.
 *
 * If removed, only conf/mail.php will be used.
 */

return [
   
'default_driver' => 'sendgrid-api',
   
'mailers' => [
       
'sendgrid-api' => [
           
'apikey' => 'put-the-sendgrid-api-key-here',
        ],
    ],
];