<?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>Dream☆Wing &#187; mantis</title>
	<atom:link href="http://www.dreamwing.org/tag/mantis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dreamwing.org</link>
	<description></description>
	<lastBuildDate>Sat, 05 Nov 2011 17:23:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>mantis无法发送邮件至gmail的解决办法</title>
		<link>http://www.dreamwing.org/web/howto_mantis_send_mail_to_gmail.html</link>
		<comments>http://www.dreamwing.org/web/howto_mantis_send_mail_to_gmail.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 06:41:39 +0000</pubDate>
		<dc:creator>Dream☆Wing</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[mantis]]></category>

		<guid isPermaLink="false">http://www.dreamwing.org/?p=576</guid>
		<description><![CDATA[1. gmail采用的是SSL，在config.inc.php里配置
$g_phpMailer_method = 2;
$g_smtp_host = &#8217;ssl://smtp.gmail.com:465&#8242;;
$g_smtp_username = &#8216;address@mydomain.com&#8217;;
$g_smtp_password = &#8216;myPassword&#8217;;
2. 更新class.phpmailer.php, SmtpConnect() function fixed to deal with both the protocol and port being in the host string (it assumes only one colon in the host string)
3. 确认php开启openssl扩展，重新开启扩展的话记得重启web server
参考http://www.mantisbt.org/bugs/view.php?id=8369
]]></description>
		<wfw:commentRss>http://www.dreamwing.org/web/howto_mantis_send_mail_to_gmail.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

