<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Save me from working over the weekend!</title>
	<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend/</link>
	<description>Comments on Ask MetaFilter post Save me from working over the weekend!</description>
	<pubDate>Fri, 04 Apr 2008 10:25:16 -0800</pubDate>
	<lastBuildDate>Fri, 04 Apr 2008 10:25:16 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Save me from working over the weekend!</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend</link>	
		<description>BoringFilter:  I have to send out a large group of emails (around 175), and I would love to use mail merge to do it, but there is an annoying twist... &lt;br /&gt;&lt;br /&gt; ...each of the recipients needs to get a message with an individual file attached.  The files (.pdf&apos;s if it mattes which it should) are all clearly labeled and in a directory, and I have an excel list of recipients ready to go.  &lt;br&gt;
&lt;br&gt;
My question is whether I can automate this task to some degree rather then just individually sending this message out many many times.&lt;br&gt;
&lt;br&gt;
Also, all programs are of the microsoft office 2007 variety, and I am using Vista Pro.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.87903</guid>
		<pubDate>Fri, 04 Apr 2008 10:14:16 -0800</pubDate>
		<dc:creator>BobbyDigital</dc:creator>
		
			<category>microsoftoffice</category>
		
			<category>mailmerge</category>
		
			<category>boring</category>
		
			<category>automation</category>
		
	</item> <item>
		<title>By: special-k</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1294920</link>	
		<description>One solution I can come up with is to do this in &lt;a href=&quot;http://us.php.net/&quot;&gt;php&lt;/a&gt;. You can export the excel file as text and dump all the pdfs in a separate directory. Then read email file into an array, loop through till the end, and use the &lt;a href=&quot;http://us.php.net/manual/en/function.mail.php&quot;&gt;mail&lt;/a&gt; function to send individual emails with the corresponding pdf attachment. &lt;br&gt;
&lt;br&gt;
It should take just a few lines of code.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1294920</guid>
		<pubDate>Fri, 04 Apr 2008 10:25:16 -0800</pubDate>
		<dc:creator>special-k</dc:creator>
	</item><item>
		<title>By: BobbyDigital</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1294938</link>	
		<description>That would work, but I am not going to be able to figure out how to do it, and we dont have anybody capable of coding at my workplace.  &lt;br&gt;
&lt;br&gt;
Is there any way to insert the files into an excel itself so that they are associated with the recipients?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1294938</guid>
		<pubDate>Fri, 04 Apr 2008 10:41:39 -0800</pubDate>
		<dc:creator>BobbyDigital</dc:creator>
	</item><item>
		<title>By: KokuRyu</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1294953</link>	
		<description>I love special-k&apos;s idea. I&apos;m not a coder, and I&apos;m therefore obviously unable to program in php. How long would it take to figure out? Weeks? Months?&lt;br&gt;
&lt;br&gt;
Anyway, as BobbyDigital probably knows, you can&apos;t send pdfs as attachments using Mail Merge. Generally, the only way I&apos;ve been able to overcome this by converting the pdf to word format or html and inserting it into the body of the email, or by hosting the pdf online and providing a link in the email so people can download it themselves. You could link to individual pdfs for each recipient. However, from a security perspective, this is not so good.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1294953</guid>
		<pubDate>Fri, 04 Apr 2008 10:53:30 -0800</pubDate>
		<dc:creator>KokuRyu</dc:creator>
	</item><item>
		<title>By: desjardins</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1294965</link>	
		<description>Do you have Microsoft Access? &lt;a href=&quot;http://www.4tops.com/email_html_mail_merge.htm&quot;&gt;This product&lt;/a&gt; looks as if it will do what you want. Free trial. &lt;a href=&quot;http://databases.about.com/od/tutorials/ss/exceltoaccess.htm&quot;&gt;It&apos;s easy to import your excel file into Access.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1294965</guid>
		<pubDate>Fri, 04 Apr 2008 11:00:03 -0800</pubDate>
		<dc:creator>desjardins</dc:creator>
	</item><item>
		<title>By: desjardins</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1294969</link>	
		<description>&lt;a href=&quot;http://databases.about.com/od/tutorials/ht/attachments.htm&quot;&gt;include attachments in an access database&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
ok, I&apos;m totally running late now.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1294969</guid>
		<pubDate>Fri, 04 Apr 2008 11:01:57 -0800</pubDate>
		<dc:creator>desjardins</dc:creator>
	</item><item>
		<title>By: gemmy</title>
		<link>http://ask.metafilter.com/87903/Save-me-from-working-over-the-weekend#1295440</link>	
		<description>Just for any others finding this question, who might not have Access 2007 available to them, the &lt;a href=&quot;http://www.mapilab.com/outlook/mail_merge/&quot;&gt;Mail Merge Toolkit&lt;/a&gt; (which I use for some emails at work) will allow you to assign files to attach to emails, very similar to how your regular mail merge fields work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.87903-1295440</guid>
		<pubDate>Fri, 04 Apr 2008 17:24:13 -0800</pubDate>
		<dc:creator>gemmy</dc:creator>
	</item>
	</channel>
</rss>
