<?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 on: Writing an Inbound Email Service for Salesforce.com</title>
	<atom:link href="http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=writing-an-inbound-email-service-for-salesforce-com</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4818</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Sat, 24 Sep 2011 12:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4818</guid>
		<description>@Kelvin, check out the Salesforce Help in the upper right of your org. There is alot of sample code. Also check out http://developer.force.com/cookbook for some sample code.</description>
		<content:encoded><![CDATA[<p>@Kelvin, check out the Salesforce Help in the upper right of your org. There is alot of sample code. Also check out <a href="http://developer.force.com/cookbook" rel="nofollow">http://developer.force.com/cookbook</a> for some sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4810</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Sat, 24 Sep 2011 12:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4810</guid>
		<description>Matthew, I would look into using regex to find the field in the email. It&#039;s a painful operation unfortunately.</description>
		<content:encoded><![CDATA[<p>Matthew, I would look into using regex to find the field in the email. It&#8217;s a painful operation unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew DeMaria</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4708</link>
		<dc:creator>Matthew DeMaria</dc:creator>
		<pubDate>Mon, 19 Sep 2011 00:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4708</guid>
		<description>Jeff, I am trying to do a similar thing to Vineeth, I am sending an auto email to a Shipping Carrier for a quote on an existing opportunity, where they respond back quoting me a price with their quote id. He will use the opp id as his reference back, of course once i figure out how to parse out the email subject I will just put in subject line, the ex. is, 

Opportunity Id:
PriceQuote (custom field inside opportunity): 
ABFQuoteId (custom field inside opportunity):

I tried and tried and can&#039;t seem to figure out how to do it?

Thanks for the help in advance.</description>
		<content:encoded><![CDATA[<p>Jeff, I am trying to do a similar thing to Vineeth, I am sending an auto email to a Shipping Carrier for a quote on an existing opportunity, where they respond back quoting me a price with their quote id. He will use the opp id as his reference back, of course once i figure out how to parse out the email subject I will just put in subject line, the ex. is, </p>
<p>Opportunity Id:<br />
PriceQuote (custom field inside opportunity):<br />
ABFQuoteId (custom field inside opportunity):</p>
<p>I tried and tried and can&#8217;t seem to figure out how to do it?</p>
<p>Thanks for the help in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Brame</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4619</link>
		<dc:creator>Walter Brame</dc:creator>
		<pubDate>Fri, 02 Sep 2011 17:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4619</guid>
		<description>Hi Jeff,

Do you know why the &#039;single email message&#039; &#039;reply-to&#039; is not working when I specify an &#039;email service&#039; address?

I&#039;m trying to complete an email service to handle an approval process requests. Everything is working fine if I manually put the email service address in the &#039;to&#039; box of my email. I cant figure out why the email service address is not showing up in my &#039;to&#039; box automatically when i click &#039;reply&#039; to the email and the single email message reply-to was set to the email service address.

I also tried to setup the email service address as an organizational wide email address so I can just send from the email service address and hopefully force the correct reply-to. However the verification email sent when you setup an Org Wide email is not coming through. I do not understand this either as I have setup an inbound email class for the address to create a task for my user. So I could receive and click on the verification link. No email comes through.

Thanks in advance for any advise.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Do you know why the &#8216;single email message&#8217; &#8216;reply-to&#8217; is not working when I specify an &#8216;email service&#8217; address?</p>
<p>I&#8217;m trying to complete an email service to handle an approval process requests. Everything is working fine if I manually put the email service address in the &#8216;to&#8217; box of my email. I cant figure out why the email service address is not showing up in my &#8216;to&#8217; box automatically when i click &#8216;reply&#8217; to the email and the single email message reply-to was set to the email service address.</p>
<p>I also tried to setup the email service address as an organizational wide email address so I can just send from the email service address and hopefully force the correct reply-to. However the verification email sent when you setup an Org Wide email is not coming through. I do not understand this either as I have setup an inbound email class for the address to create a task for my user. So I could receive and click on the verification link. No email comes through.</p>
<p>Thanks in advance for any advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4564</link>
		<dc:creator>Kelvin</dc:creator>
		<pubDate>Fri, 26 Aug 2011 01:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4564</guid>
		<description>Jeff,

I&#039;m new (brand new) to writing Apex code.  I have a need to use the email services you refer to here in this blog.  What should I do to get started for the very first time.  :-)</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>I&#8217;m new (brand new) to writing Apex code.  I have a need to use the email services you refer to here in this blog.  What should I do to get started for the very first time.  <img src='http://blog.jeffdouglas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vineeth</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4422</link>
		<dc:creator>Vineeth</dc:creator>
		<pubDate>Wed, 03 Aug 2011 04:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4422</guid>
		<description>Hi Jeff, That worked fine. thanks.

If I send an email with the following email body:

Name: George
Status: New
Priority: High

I would like to populate the fields, Name(Text), Status(Picklist) and Priority(CheckBox) on the object. Is there any way to accomplish this ?</description>
		<content:encoded><![CDATA[<p>Hi Jeff, That worked fine. thanks.</p>
<p>If I send an email with the following email body:</p>
<p>Name: George<br />
Status: New<br />
Priority: High</p>
<p>I would like to populate the fields, Name(Text), Status(Picklist) and Priority(CheckBox) on the object. Is there any way to accomplish this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4330</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Thu, 21 Jul 2011 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4330</guid>
		<description>@Vineeth, take a look at the attached test class and they should give you the info you need.</description>
		<content:encoded><![CDATA[<p>@Vineeth, take a look at the attached test class and they should give you the info you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vineeth</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-4329</link>
		<dc:creator>Vineeth</dc:creator>
		<pubDate>Thu, 21 Jul 2011 07:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-4329</guid>
		<description>Hi Jeff,
Excellent post and really helpful.

If I had to send an email to test the above Email service, what will be the subject and content of the body in my email.
Does it have to be in a specific format, for the contact to be created ?</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
Excellent post and really helpful.</p>
<p>If I had to send an email to test the above Email service, what will be the subject and content of the body in my email.<br />
Does it have to be in a specific format, for the contact to be created ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ApexApplication: My Pen Pal - Kevin Bromer</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-2874</link>
		<dc:creator>ApexApplication: My Pen Pal - Kevin Bromer</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-2874</guid>
		<description>[...] to the email address associated with our Email Service. (More info on this can be found here, here, here and here.) When our email service receives a valid Apex Application email, it call the [...]</description>
		<content:encoded><![CDATA[<p>[...] to the email address associated with our Email Service. (More info on this can be found here, here, here and here.) When our email service receives a valid Apex Application email, it call the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank</title>
		<link>http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/comment-page-1/#comment-2799</link>
		<dc:creator>Mayank</dc:creator>
		<pubDate>Mon, 28 Feb 2011 15:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2323#comment-2799</guid>
		<description>Thanks for sharing...</description>
		<content:encoded><![CDATA[<p>Thanks for sharing&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

