<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for INBOX International inc. &#187; Announcements</title>
	<atom:link href="http://inboxinternational.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://inboxinternational.com</link>
	<description>From Concept to Conversion</description>
	<lastBuildDate>Mon, 12 Jul 2010 16:42:56 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Wordpress contact form integrated with Highrise CRM by Andy Traub</title>
		<link>http://inboxinternational.com/business/integration-with-highrise-crm/comment-page-1/#comment-244</link>
		<dc:creator>Andy Traub</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://inboxinternational.com/?p=1188#comment-244</guid>
		<description>I&#039;d love to have that email feature as well since I&#039;d have to add them manually...can you tell me exactly what the above code would do so that it would make it easier for me to track their contact information?  Thanks a ton. Loving the plug-in</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to have that email feature as well since I&#8217;d have to add them manually&#8230;can you tell me exactly what the above code would do so that it would make it easier for me to track their contact information?  Thanks a ton. Loving the plug-in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress contact form integrated with Highrise CRM by Marc-André</title>
		<link>http://inboxinternational.com/business/integration-with-highrise-crm/comment-page-1/#comment-241</link>
		<dc:creator>Marc-André</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://inboxinternational.com/?p=1188#comment-241</guid>
		<description>Hi Scott,

This is currently not a feature of the plugin, but you could hack it rather easily. Edit wp-highrise-contact.php, and locate the following, around line 112:

&lt;code&gt;// send notification email
$to = get_option(&#039;wphc_email_address&#039;);
$subject = get_option(&#039;wphc_email_subject&#039;);

$body = __(&#039;First name: &#039;, &#039;wphc&#039;) . &#039;: &#039; . $firstName . &quot;\r\n&quot;;
$body .= &#039;Last name: &#039; . $lastName . &quot;\r\n&quot;;
$body .= &#039;Title: &#039; . $title . &quot;\r\n&quot;;
$body .= &#039;Company: &#039; . $company . &quot;\r\n&quot;;
$body .= &#039;Email: &#039; . $email . &quot;\r\n&quot;;
$body .= &#039;Message: &#039; . $message . &quot;\r\n&quot;;
$body .= &quot;\r\n&quot;;
if ($highrise_connected)
	$body .= &quot;Link: https://&quot; . get_option(&#039;wphc_highrise_account&#039;) .&quot;.highrisehq.com/people/$contact-&gt;id&quot; . &quot;\r\n&quot;; ;
$body .= &#039;Form: &#039; . get_permalink() . &quot;\r\n&quot;;

wp_mail($to, $subject, $body);&lt;/code&gt;

This is the notification email. You can copy this to send another email somewhere else!

Let me know if this is clear enough.</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>This is currently not a feature of the plugin, but you could hack it rather easily. Edit wp-highrise-contact.php, and locate the following, around line 112:</p>
<p><code>// send notification email<br />
$to = get_option('wphc_email_address');<br />
$subject = get_option('wphc_email_subject');</p>
<p>$body = __('First name: ', 'wphc') . ': ' . $firstName . "\r\n";<br />
$body .= 'Last name: ' . $lastName . "\r\n";<br />
$body .= 'Title: ' . $title . "\r\n";<br />
$body .= 'Company: ' . $company . "\r\n";<br />
$body .= 'Email: ' . $email . "\r\n";<br />
$body .= 'Message: ' . $message . "\r\n";<br />
$body .= "\r\n";<br />
if ($highrise_connected)<br />
	$body .= "Link: https://" . get_option('wphc_highrise_account') .".highrisehq.com/people/$contact-&gt;id" . "\r\n"; ;<br />
$body .= 'Form: ' . get_permalink() . "\r\n";</p>
<p>wp_mail($to, $subject, $body);</code></p>
<p>This is the notification email. You can copy this to send another email somewhere else!</p>
<p>Let me know if this is clear enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress contact form integrated with Highrise CRM by Scott Dennison</title>
		<link>http://inboxinternational.com/business/integration-with-highrise-crm/comment-page-1/#comment-240</link>
		<dc:creator>Scott Dennison</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://inboxinternational.com/?p=1188#comment-240</guid>
		<description>When the notification email is triggered, can a copy of the email somehow be sent to my autoresponder, so that the new contact is added to my email list?  If so, how do I set that up?</description>
		<content:encoded><![CDATA[<p>When the notification email is triggered, can a copy of the email somehow be sent to my autoresponder, so that the new contact is added to my email list?  If so, how do I set that up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress contact form integrated with Highrise CRM by Marc-André</title>
		<link>http://inboxinternational.com/business/integration-with-highrise-crm/comment-page-1/#comment-237</link>
		<dc:creator>Marc-André</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://inboxinternational.com/?p=1188#comment-237</guid>
		<description>Hi Andy, let&#039;s move the discussion in the forum:
http://wordpress.org/support/topic/415144?replies=1#post-1569129

And thanks for the tutorial !!</description>
		<content:encoded><![CDATA[<p>Hi Andy, let&#8217;s move the discussion in the forum:<br />
<a href="http://wordpress.org/support/topic/415144?replies=1#post-1569129" >http://wordpress.org/support/topic/415144?replies=1#post-1569129</a></p>
<p>And thanks for the tutorial !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Highrise Contact 1.1.2 released by Marc-André</title>
		<link>http://inboxinternational.com/announcements/wp-highrise-contact-1-1-2-released/comment-page-1/#comment-236</link>
		<dc:creator>Marc-André</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://inboxinternational.com/?p=1512#comment-236</guid>
		<description>Hi Stacey, I have answered your question on the forum:
http://wordpress.org/support/topic/415142?replies=1#post-1569123</description>
		<content:encoded><![CDATA[<p>Hi Stacey, I have answered your question on the forum:<br />
<a href="http://wordpress.org/support/topic/415142?replies=1#post-1569123" >http://wordpress.org/support/topic/415142?replies=1#post-1569123</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
