<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — SMTP username]]></title>
		<link>https://punbb.informer.com/forums/topic/3274/smtp-username/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3274/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SMTP username.]]></description>
		<lastBuildDate>Sat, 14 Feb 2004 18:08:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9989/#p9989</link>
			<description><![CDATA[<p>Thx!</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Sat, 14 Feb 2004 18:08:11 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9989/#p9989</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9988/#p9988</link>
			<description><![CDATA[<p>It works like a clock.</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Sat, 14 Feb 2004 18:07:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9988/#p9988</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9987/#p9987</link>
			<description><![CDATA[<p>Yes, I believe it is. On top of what you edited above, try adding the following directly after that row:</p><p>$message = str_replace(&quot;\n&quot;, &quot;\r\n&quot;, $message);</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 14 Feb 2004 16:50:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9987/#p9987</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9851/#p9851</link>
			<description><![CDATA[<p>i didn&#039;t work... same error message.</p><p>do you really think it&#039;s something with the code, tough?</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Thu, 12 Feb 2004 15:31:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9851/#p9851</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9808/#p9808</link>
			<description><![CDATA[<p>Try this. Open up include/email.php and locate the row:</p><p>$headers = &#039;From: &#039;.$from.&quot;\n&quot;.&#039;Date: &#039;.date(&#039;r&#039;).&quot;\n&quot;.&#039;MIME-Version: 1.0&#039;.&quot;\n&quot;.&#039;Content-transfer-encoding: 8bit&#039;.&quot;\n&quot;.&#039;Content-type: text/plain; charset=&#039;.$lang_common[&#039;lang_encoding&#039;].&quot;\n&quot;.&#039;X-Mailer: PunBB Mailer&#039;;</p><p>Replace it with</p><p>$headers = &#039;From: &#039;.$from.&quot;\r\n&quot;.&#039;Date: &#039;.date(&#039;r&#039;).&quot;\r\n&quot;.&#039;MIME-Version: 1.0&#039;.&quot;\r\n&quot;.&#039;Content-transfer-encoding: 8bit&#039;.&quot;\r\n&quot;.&#039;Content-type: text/plain; charset=&#039;.$lang_common[&#039;lang_encoding&#039;].&quot;\r\n&quot;.&#039;X-Mailer: PunBB Mailer&#039;;</p><p>And see if that helps, if it doesn&#039;t just say so and we will try something different.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Wed, 11 Feb 2004 22:17:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9808/#p9808</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9800/#p9800</link>
			<description><![CDATA[<p>i did read that page about ten times, but it doesn&#039;t make any seens to me. it worked on one other server (that has been put down).</p><p>if it&#039;s just that, then i&#039;m verry gratefull.<br />have spent an hour to find another smtp-server with short username. but it aint so easy to find one...</p><p>i realy hope ju solve it, cause I can&#039;t.</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Wed, 11 Feb 2004 18:31:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9800/#p9800</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9797/#p9797</link>
			<description><![CDATA[<p>Aha. If you read the page it links to, there appears to be a problem with linebreaks in the mails sent out by PunBB. I&#039;ll have a look at it later tonight.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Wed, 11 Feb 2004 18:00:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9797/#p9797</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9783/#p9783</link>
			<description><![CDATA[<p>I get this message:<br /></p><div class="quotebox"><blockquote><p>An error was encountered <br />File: /hsphere/local/home/the-pipe/goransson.web.surftown.se/forum/include/email.php<br />Line: 122</p><p>PunBB reported: Unable to send e-mail. Please contact the forum administrator with the following error message: &quot;451 See <a href="http://pobox.com/~djb/docs/smtplf.html.">http://pobox.com/~djb/docs/smtplf.html.</a> &quot;</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Wed, 11 Feb 2004 14:01:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9783/#p9783</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9755/#p9755</link>
			<description><![CDATA[<p>Hmm, you say it didn&#039;t help. What happens then?</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Tue, 10 Feb 2004 23:12:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9755/#p9755</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9746/#p9746</link>
			<description><![CDATA[<p>thanks... it didn&#039;t solve it.<br />but it ruled out a couple of things.</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Tue, 10 Feb 2004 21:08:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9746/#p9746</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9742/#p9742</link>
			<description><![CDATA[<p>If you&#039;re using PunBB 1.1 or later it should only be a matter of changing maxlength=&quot;25&quot; to a higher value in admin_options.php. If you&#039;re using an older version, it&#039;s a bit harder. The line to edit is line 395.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Tue, 10 Feb 2004 16:45:22 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9742/#p9742</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9741/#p9741</link>
			<description><![CDATA[<p>can&#039;t do that... my webhost provide me with it.</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Tue, 10 Feb 2004 14:55:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9741/#p9741</guid>
		</item>
		<item>
			<title><![CDATA[Re: SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9740/#p9740</link>
			<description><![CDATA[<p>Isn&#039;t it easier to change the username?</p>]]></description>
			<author><![CDATA[null@example.com (ConnyT)]]></author>
			<pubDate>Tue, 10 Feb 2004 14:38:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9740/#p9740</guid>
		</item>
		<item>
			<title><![CDATA[SMTP username]]></title>
			<link>https://punbb.informer.com/forums/post/9738/#p9738</link>
			<description><![CDATA[<p>I have a verry long SMTP-username to use with my SMTP-server, 35chars or so. One problem tough... it doesn&#039;t fit in the textfield. It supports only 25 chars.</p><p>I&#039;ve tried to change this in &#039;admin_options.php&#039; but it seems not to work, is there any table in the mysql database I have to change too?</p>]]></description>
			<author><![CDATA[null@example.com (Goransson)]]></author>
			<pubDate>Tue, 10 Feb 2004 14:27:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9738/#p9738</guid>
		</item>
	</channel>
</rss>
