Skip to content

Instantly share code, notes, and snippets.

@smalyshev
Created April 15, 2011 22:18
Show Gist options
  • Save smalyshev/922568 to your computer and use it in GitHub Desktop.
Save smalyshev/922568 to your computer and use it in GitHub Desktop.
<?php
$createdef['[email protected]']['Contacts'] = array(
'fields' => array(
'email1' => '{from_addr}',
'last_name' => '{from_name}',
'description' => 'created from {subject}',
'lead_source' => 'Email',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment