<?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>Office-it.orG &#187; XHTML</title>
	<atom:link href="http://www.office-it.org/category/web-application/xhtml-web-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.office-it.org</link>
	<description>All about Web and Desktop Application</description>
	<lastBuildDate>Tue, 20 Jul 2010 23:38:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to Include Subject, CC, BCC, and Email Body in Email Links</title>
		<link>http://www.office-it.org/how-to-include-subject-cc-bcc-and-email-body-in-email-links/</link>
		<comments>http://www.office-it.org/how-to-include-subject-cc-bcc-and-email-body-in-email-links/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 07:48:07 +0000</pubDate>
		<dc:creator>Hii Hiong Ching</dc:creator>
				<category><![CDATA[XHTML]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.office-it.org/?p=179</guid>
		<description><![CDATA[It is so easy to create a email link in our web page. Everyone who know or even don&#8217;t know HTML, they can easily create an email link by software. Email Office-it.orG However, they are not always know that they can include subject, CC, BCC, and email body text information in the link as well. [...]]]></description>
			<content:encoded><![CDATA[<p>It is so easy to create a email link in our web page. Everyone who know or even don&#8217;t know HTML, they can easily create an email link by software.</p>
<pre lang="php">
<a href="mailto:email@office-it.org">Email Office-it.orG</a>
</pre>
<p>However, they are not always know that they can include subject, CC, BCC, and email body text information in the link as well. By using a querystring-like syntax, we can do more with that simple link.</p>
<p>Example code to add the subject:</p>
<pre lang="php">
<a href="mailto:email@office-it.org?Subject=Your Subject Here">
Email Office-it.orG
</a>
</pre>
<p>Example code to add the cc&#8217;s and bcc&#8217;s:</p>
<pre lang="php">
<a href="mailto:email@office-it.org?Subject=Your Subject Here&#038;CC=email2@office-it.org&#038;BCC=email3@office-it.org">
Email Office-it.orG
</a>
</pre>
<p><span id="more-179"></span>Example code to add some default body text</p>
<pre lang="php">
<a href="mailto:email@office-it.org?Subject=Your Subject Here&#038;CC=email2@office-it.org&#038;BCC=email3@office-it.org&#038;Body=Your body text here.">
Email Office-it.orG
</a>
</pre>
<p>Demo Email Link:<br />
<a href="mailto:email@office-it.org?Subject=Your Subject Here&#038;CC=email2@office-it.org&#038;BCC=email3@office-it.org&#038;Body=Your body text here.">Email Office-it.orG</a></p>
<p>However, you should remember that simply placing email addresses on a page without encoding them first is like simply emailing spammers your email address. <del datetime="2008-06-24T14:33:17+00:00">I will write some posts regarding email encoder soon.</del> Please refer here for <a href="http://www.office-it.org/how-to-prevent-spam-bots-from-collecting-email-addresses/">how to prevent spam bots from collecting email addresses</a>.</p>
<img src="http://www.office-it.org/?ak_action=api_record_view&id=179&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.office-it.org/how-to-include-subject-cc-bcc-and-email-body-in-email-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

