PHP code example of k1low / postman
1. Go to this page and download the library: Download k1low/postman 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/ */
k1low / postman example snippets
Configure::write('Postman.censorship.mode', true);
Configure::write('Postman.censorship.config', array(
'transport' => 'Smtp',
'from' => array('[email protected]' => 'from'),
'to' => '[email protected]',
'host' => 'mail.mailback.me',
'port' => 25,
'timeout' => 30,
'log' => false,
'charset' => 'utf-8',
'headerCharset' => 'utf-8',
));