$key)); try { $results = Transmission::send(array( "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(); } ?>