Bunnell Federal Bank email signup

'ca800070e6a6008f5ad533dec3a4e6f2db12b0490f7da3fd');

# The unique identifier for this smart email
$smart_email_id = '06c7daa0-4e92-4ee6-ae84-13dc660c37df';

# Create a new mailer and define your message
$wrap = new CS_REST_Transactional_SmartEmail($smart_email_id, $auth);
$message = array(
"To" => 'Matt Domanico ',
"Data" => array(
'x-apple-data-detectors' => 'x-apple-data-detectorsTestValue',
'href^="tel"' => 'href^="tel"TestValue',
'href^="sms"' => 'href^="sms"TestValue',
'owa' => 'owaTestValue',
),
);

# Send the message and save the response
$result = $wrap->send($message);
?>