PHP code example of willemo / laravel-appmail-transport

1. Go to this page and download the library: Download willemo/laravel-appmail-transport library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

willemo / laravel-appmail-transport example snippets


Illuminate\Mail\MailServiceProvider::class, // remove this one
Willemo\LaravelAppMailTransport\ExtendedMailServiceProvider::class, // add this one

'appmail' => [
    'key' => env('APPMAIL_KEY'),
],