<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: T3 PostMan</title>
	<atom:link href="http://www.t3-design.com/t3-postman/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.t3-design.com/t3-postman/</link>
	<description>Tefra Was Here</description>
	<pubDate>Thu, 20 Nov 2008 19:42:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: booka</title>
		<link>http://www.t3-design.com/t3-postman/#comment-55</link>
		<dc:creator>booka</dc:creator>
		<pubDate>Mon, 18 Jun 2007 09:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.t3-design.com/?p=71#comment-55</guid>
		<description>* ----------------TEFRA HACK ---------------*/

function sed_mail($fmail, $subject, $body, $headers='')
{
    global $cfg;

    if(empty($fmail)) return(FALSE);

    require("plugins/postman/inc/postoffice.class.php");
    $PostMan = new PostOffice();
    $PostMan-&gt;IsHTML(false);
    $PostMan-&gt;FromName = $cfg['maintitle'];
    $PostMan-&gt;Subject = $psoptions['subject'];
    $PostMan-&gt;AddAddress($fmail);
    $PostMan-&gt;Subject = $subject;
    $PostMan-&gt;Body = $body;
    $res['email'] = $PostMan-&gt;Send();   
    $res['error_info'] = $PostMan-&gt;ErrorInfo;
    $PostMan-&gt;ClearAddresses();  
    
    if($res['email'])
    {
        sed_stat_inc('totalmailsent');
        return(TRUE);   
    }
    else    
    {
        return(FALSE);
    }
}



Fatal error: Cannot redeclare class postoffice in D:\WEB\plugins\postman\inc\postoffice.class.php on line 50</description>
		<content:encoded><![CDATA[<p>* &#8212;&#8212;&#8212;&#8212;&#8212;-TEFRA HACK &#8212;&#8212;&#8212;&#8212;&#8212;*/</p>
<p>function sed_mail($fmail, $subject, $body, $headers=&#8221;)<br />
{<br />
    global $cfg;</p>
<p>    if(empty($fmail)) return(FALSE);</p>
<p>    require(&#8221;plugins/postman/inc/postoffice.class.php&#8221;);<br />
    $PostMan = new PostOffice();<br />
    $PostMan->IsHTML(false);<br />
    $PostMan->FromName = $cfg['maintitle'];<br />
    $PostMan->Subject = $psoptions['subject'];<br />
    $PostMan->AddAddress($fmail);<br />
    $PostMan->Subject = $subject;<br />
    $PostMan->Body = $body;<br />
    $res['email'] = $PostMan->Send();<br />
    $res['error_info'] = $PostMan->ErrorInfo;<br />
    $PostMan->ClearAddresses();  </p>
<p>    if($res['email'])<br />
    {<br />
        sed_stat_inc(&#8217;totalmailsent&#8217;);<br />
        return(TRUE);<br />
    }<br />
    else<br />
    {<br />
        return(FALSE);<br />
    }<br />
}</p>
<p>Fatal error: Cannot redeclare class postoffice in D:\WEB\plugins\postman\inc\postoffice.class.php on line 50</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booka</title>
		<link>http://www.t3-design.com/t3-postman/#comment-54</link>
		<dc:creator>booka</dc:creator>
		<pubDate>Mon, 18 Jun 2007 05:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.t3-design.com/?p=71#comment-54</guid>
		<description>Fatal error: Cannot redaclare class postoffice in DIR\postoffice.class.php on lime 50</description>
		<content:encoded><![CDATA[<p>Fatal error: Cannot redaclare class postoffice in DIR\postoffice.class.php on lime 50</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoFgO</title>
		<link>http://www.t3-design.com/t3-postman/#comment-50</link>
		<dc:creator>GoFgO</dc:creator>
		<pubDate>Thu, 31 May 2007 20:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.t3-design.com/?p=71#comment-50</guid>
		<description>Its great !</description>
		<content:encoded><![CDATA[<p>Its great !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
