<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ourlil.com &#187; mail</title>
	<atom:link href="http://OurLil.com/blog/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://OurLil.com</link>
	<description>A web site for tutti noi (all of us!)</description>
	<lastBuildDate>Fri, 27 Apr 2012 04:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MailTo Syntax</title>
		<link>http://OurLil.com/blog/mailto-syntax/683/</link>
		<comments>http://OurLil.com/blog/mailto-syntax/683/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:49:18 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/?p=683</guid>
		<description><![CDATA[MailTo Syntax. The MailTo command can do more than enter a single e-mail address in the &#8220;Send To&#8221; field while activating your e-mail program. It can also: Feature Syntax Address message to multiple recipients , (comma separating e-mail addresses) Add entry in the &#8220;Subject&#8221; field subject=Subject Field Text Add entry in the &#8220;Copy To&#8221; or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ianr.unl.edu/internet/mailto.html">MailTo Syntax</a>.</p>
<p>The MailTo command can do more than enter a single e-mail address in the &#8220;Send To&#8221; field while activating your e-mail program. It can also:</p>
<table>
<tbody>
<tr>
<td><strong>Feature</strong></td>
<td></td>
<td><strong>Syntax</strong></td>
</tr>
<tr>
<td>Address message to multiple recipients</td>
<td></td>
<td>,   (comma  separating e-mail addresses)</td>
</tr>
<tr>
<td>Add entry in the &#8220;Subject&#8221; field</td>
<td></td>
<td>subject=Subject Field Text</td>
</tr>
<tr>
<td>Add entry in the &#8220;Copy To&#8221; or &#8220;CC&#8221; field</td>
<td></td>
<td>cc=id@internet.node</td>
</tr>
<tr>
<td>Add entry in the &#8220;Blind Copy To&#8221; or &#8220;BCC&#8221; field</td>
<td></td>
<td>bcc=id@internet.node</td>
</tr>
<tr>
<td valign="top">Add entry in the &#8220;Body&#8221; field</td>
<td></td>
<td>body=Your message here<br />
Within the body use &#8220;%0A&#8221; for a new line,<br />
use &#8220;%0A%0A&#8221; for a new line preceded by a blank line (paragraph),<br />
see example below.</td>
</tr>
</tbody>
</table>
<p><strong>Notes:</strong></p>
<p><strong>&#8221; &#8220;</strong> (beginning and ending double quotes) are necessary if any spaces are used Mailto parameter should be preceded by &#8220;?&#8221; for the first or only parameter  and &#8220;&amp;&#8221; for second and subsequent parameter.</p>
<p>Some examples, with actual HTML Code included, follow:</p>
<p><a href="mailto:astark1@unl.edu"><strong>Simple MailTo</strong></a></p>
<ul>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu&#8221;&gt;<a href="mailto:astark1@unl.edu,ASTARK1@UNL.EDU"><strong>MailTo with Multiple Recipients</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>,ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?subject=Comments%20from%20MailTo%20Syntax%20Page"><strong>MailTo with Subject</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?subject=Comments from MailTo Syntax Page</strong>&#8220;&gt;
<p><a href="mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU"><strong>MailTo with a Copy</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?cc=ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?bcc=ASTARK1@UNL.EDU"><strong>MailTo with a Blind Copy</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?bcc=ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?body=I%20am%20having%20trouble%20finding%20information%20on%20"><strong>MailTo with message already started in Body</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?body=I am having trouble finding information on </strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?body=The%20message%27s%20first%20paragraph.%0A%0aSecond%20paragraph.%0A%0AThird%20Paragraph.%20"><strong>MailTo with multiline message in Body</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?body=The message&#8217;s first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.</strong>&#8220;&gt;<strong>NOTE:</strong> Use &#8220;%0A&#8221; for a new line, use &#8220;%0A%0A&#8221; for a new line preceded by a blank line.</li>
</ul>
<h2>Features may be used in combination</h2>
<ul>
<li><a href="mailto:astark1@unl.edu?subject=MailTo%20Comments&amp;cc=ASTARK1@UNL.EDU&amp;bcc=id@internet.node"> <strong>MailTo with Subject, a Recipient, a Copy and a Blind Copy</strong></a></li>
<li>
&lt;a href=&#8221;mailto:astark1@unl.edu?subject=MailTo Comments&amp;cc=ASTARK1@UNL.EDU&amp;bcc=id@internet.node&#8221;&gt;
</li>
</ul>
<p>Remember to use only one ? (question mark), when providing multiple entries beyond e-mail address</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/mailto-syntax/683/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

