PHP code example of netglue / psr-container-postmark
1. Go to this page and download the library: Download netglue/psr-container-postmark 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/ */
netglue / psr-container-postmark example snippets
return [
'postmark' => [
'server_token' => 'Your Server Token',
'server_timeout' => 30, // The default is 30, as per Postmark's libs so this option can be omitted
'admin_token' => 'Your Account Token', // Only