$config['api-key']]); try { $results = $sparky->transmission->send([ 'campaign'=>'my-campaign', 'from'=>'From Envelope ', 'html'=>'

Hello World! Your name is: {{name}}

', 'text'=>'Hello World!', 'subject'=>'Example Email: {{name}}', 'recipientList'=>'Example List' ]); echo 'Congrats you can use your SDK!'; } catch (\Exception $exception) { echo $exception->getMessage(); } ?>