PHP Classes

File: resources/config/etextmail.php

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Laravel Etextmail   resources/config/etextmail.php   Download  
File: resources/config/etextmail.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Etextmail
Send SMS messages via etextmail.com API
Author: By
Last change:
Date: 6 years ago
Size: 444 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of the Laravel EtextMail package.
 *
 * (c) Adeniyi Ibraheem <ibonly01@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
   
'senderid' => getenv('ETEXTMAIL_SENDER'),

   
'username' => getenv('ETEXTMAIL_EMAIL'),

   
'password' => getenv('EXTEXTMAIL_PASSWORD'),

   
'url' => getenv('ETEXTMAIL_URL'),
];