<?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>Jens Olsson &#187; mail</title>
	<atom:link href="http://jens.yelles.se/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Send mail via PHP</title>
		<link>http://jens.yelles.se/2009/03/22/send-mail-via-php/</link>
		<comments>http://jens.yelles.se/2009/03/22/send-mail-via-php/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 21:36:37 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=76</guid>
		<description><![CDATA[First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini: SMTP = localhost To any vaild SMTP server, in my case I use my ISP smtp-server: SMTP = smtp.bredband.net [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you have to change in your php.ini file if you do not have any mail server installed on your server/computer. You can send through your ISP SMTP server. Change this line in php.ini:</p>
<blockquote><p>SMTP = localhost</p></blockquote>
<p>To any vaild SMTP server, in my case I use my ISP smtp-server:</p>
<blockquote><p>SMTP = smtp.bredband.net</p></blockquote>
<p>When this is done you can easy send mail via PHP function <a href="http://se2.php.net/manual/en/book.mail.php">mail()</a></p>
<p>Good Luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/03/22/send-mail-via-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

