Phaxio/vendor/phaxio/phaxio/examples/phaxio_config.php.temp
d6c2a24e
 <?php
 
 $apiKeys['live'] = '';
 $apiSecrets['live'] = '';
 $apiKeys['test'] = '';
 $apiSecrets['test'] = '';
 $apiMode = 'live';
 $apiHost = 'https://api.phaxio.com/v2.1/';
 
 $toNumber = '+18884732963';
 $customCallback = 'http://localphaxio.com/test';
 
 $htmlData = <<<FAX
 <html>
 <head>
 </head>
 <body>
 <div id="title" style="font-weight: bold">Hello. This is html.</div>
 </body>
 </html>
 FAX;
 
 $textData = <<<FAX
 This is text data.
 FAX;