<?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: Alternate to Sending Email Other Than Send Mail</title>
	<atom:link href="http://filemakertips.com/scripts/send-mail-alternate-script-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=send-mail-alternate-script-step</link>
	<description>Useful hints, tips and tricks for FileMaker Developers</description>
	<lastBuildDate>Mon, 14 Nov 2011 04:16:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dempsey</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-12</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-12</guid>
		<description>Thanks for sharing your solution Jan :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your solution Jan <img src='http://filemakertips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan L.F. Bos</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-15</link>
		<dc:creator>Jan L.F. Bos</dc:creator>
		<pubDate>Fri, 13 Jun 2008 15:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-15</guid>
		<description>Have just found a solution working with Thunderbird:

From within Filemaker 9 persons individual record, with Thunderbird as my default email program, I wanted:

-	have in the Filemaker record a button that would open in Thunderbird a new blank email, however
-	also directly paste from that Filemaker record the email address in the “To:” field in Thunderbird

Solution:
-	assume you already have in the record a field with the individuals email address, say “Email”
-	create a new field, Type Calculation, say ”Email Thunderbird”
-	the calculation to be &quot;mailto:&quot; &amp; E Mail
-	the calculation result to be Text
-	Now create a script, say “Emailscript Thunderbird”
-	Select URL open, select the Field ”Email Thunderbird” and either Yes/No dialogue
-	Create a button and direct it to the script  “Emailscript-Thunderbird”</description>
		<content:encoded><![CDATA[<p>Have just found a solution working with Thunderbird:</p>
<p>From within Filemaker 9 persons individual record, with Thunderbird as my default email program, I wanted:</p>
<p>-	have in the Filemaker record a button that would open in Thunderbird a new blank email, however<br />
-	also directly paste from that Filemaker record the email address in the “To:” field in Thunderbird</p>
<p>Solution:<br />
-	assume you already have in the record a field with the individuals email address, say “Email”<br />
-	create a new field, Type Calculation, say ”Email Thunderbird”<br />
-	the calculation to be &#8220;mailto:&#8221; &amp; E Mail<br />
-	the calculation result to be Text<br />
-	Now create a script, say “Emailscript Thunderbird”<br />
-	Select URL open, select the Field ”Email Thunderbird” and either Yes/No dialogue<br />
-	Create a button and direct it to the script  “Emailscript-Thunderbird”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dempsey</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-14</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Fri, 13 Jun 2008 12:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-14</guid>
		<description>Is thunderbird your default email client?

You could try doing Send Event Open &quot;thunderbird -compose to=&#039;address@provider.com&quot;</description>
		<content:encoded><![CDATA[<p>Is thunderbird your default email client?</p>
<p>You could try doing Send Event Open &#8220;thunderbird -compose to=&#8217;address@provider.com&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan L.F. Bos</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-13</link>
		<dc:creator>Jan L.F. Bos</dc:creator>
		<pubDate>Fri, 13 Jun 2008 12:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-13</guid>
		<description>I am still having problems with FM9: In FM7 I had a made an email button that opened Thunderbird and pasted the email adres from the Filemaker record directly in the TO: field. However with the mail or Url open function I cannot from within FM9 automatic paste the email adres in the To: field of Thunderbird. Any hint how to write such a script for Thunderbird?</description>
		<content:encoded><![CDATA[<p>I am still having problems with FM9: In FM7 I had a made an email button that opened Thunderbird and pasted the email adres from the Filemaker record directly in the TO: field. However with the mail or Url open function I cannot from within FM9 automatic paste the email adres in the To: field of Thunderbird. Any hint how to write such a script for Thunderbird?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aphealy</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-11</link>
		<dc:creator>aphealy</dc:creator>
		<pubDate>Wed, 21 May 2008 22:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-11</guid>
		<description>This is a great tip for people who don&#039;t want to be restricted to the default Filemaker mail clients, for example if you want to use Thunderbird in OS X instead of Mail.  Many thanks!</description>
		<content:encoded><![CDATA[<p>This is a great tip for people who don&#8217;t want to be restricted to the default Filemaker mail clients, for example if you want to use Thunderbird in OS X instead of Mail.  Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dempsey</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-9</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Thu, 07 Feb 2008 16:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-9</guid>
		<description>Attachments can&#039;t be sent using this method, that&#039;s the downside.

MooPlug?  A Mac version is planned eventually :)</description>
		<content:encoded><![CDATA[<p>Attachments can&#8217;t be sent using this method, that&#8217;s the downside.</p>
<p>MooPlug?  A Mac version is planned eventually <img src='http://filemakertips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen J. Arpie</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-10</link>
		<dc:creator>Stephen J. Arpie</dc:creator>
		<pubDate>Thu, 31 Jan 2008 12:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-10</guid>
		<description>How does it handle attachments?
A mac version of MooCow would be nice :)</description>
		<content:encoded><![CDATA[<p>How does it handle attachments?<br />
A mac version of MooCow would be nice <img src='http://filemakertips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

