<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook 1.5"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook 1.5"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook 1.5</title>
				<description><![CDATA[ Anyone help with this. :?: <br /> I have guestbook 1.5 working fine and sendmail installed and working fine.<br /> How can I get the guest book to send the mail for new signings. <br /> <br /> Many thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2803/7426.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2803/7426.php</link>
				<pubDate><![CDATA[Sat, 21 Feb 2004 01:10:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Guestbook 1.5</title>
				<description><![CDATA[ I am having the same proglems.<br /> My webser is local so one would think it easier.<br /> <br /> Anyone got any ideas <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2803/7428.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2803/7428.php</link>
				<pubDate><![CDATA[Sat, 21 Feb 2004 01:16:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>sendmail notification problem</title>
				<description><![CDATA[ I had the same problem.  Took me a while but finally got it fixed.<br /> <br /> In the original guestbook.pl it has:<br /> <br /> # sendmail bugfix<br /> # Thanks to Jason &lt;syberknight@mac.com&gt;<br /> sub send_mail {<br /> [b]open (MAIL, "|$mailprog -t");[/b]<br /> print MAIL "To: $recipient\n";<br /> print MAIL "From: $FORM{'email'}\n";<br /> print MAIL "Subject: New Guestbook Entry\n";<br /> print MAIL "Reply-to: $FORM{'email'}\n";<br /> print MAIL "There is a new entry in the guestbook:\n\n";<br /> print MAIL "From:$FORM{'username'}\n";<br /> print MAIL "$FORM{'message'}\n";<br /> print MAIL "$this_day";<br /> close (MAIL);<br /> <br /> <br /> <br /> You need to change it to:<br /> <br /> <br /> # sendmail bugfix<br /> # Thanks to Jason &lt;syberknight@mac.com&gt;<br /> sub send_mail {<br /> [b]open (MAIL, "|$mailprog");[/b]<br /> print MAIL "To: $recipient\n";<br /> print MAIL "From: $FORM{'email'}\n";<br /> print MAIL "Subject: New Guestbook Entry\n";<br /> print MAIL "Reply-to: $FORM{'email'}\n";<br /> print MAIL "There is a new entry in the guestbook:\n\n";<br /> print MAIL "From:$FORM{'username'}\n";<br /> print MAIL "$FORM{'message'}\n";<br /> print MAIL "$this_day";<br /> close (MAIL);<br /> <br /> <br /> Once I changed the that one little line it worked fine.  Before that it would work but I wouldn't get the notice.<br /> <br /> Hope this helps you,<br /> <br /> Emeraldisle]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2803/12892.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2803/12892.php</link>
				<pubDate><![CDATA[Fri, 7 Jan 2005 06:41:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>