<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8610" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-11-17T05:58:36-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8610</id>

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-11-17T05:58:36-04:00</updated>

		<published>2004-11-17T05:58:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42831#p42831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42831#p42831"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42831#p42831"><![CDATA[
you could try the smtp package that comes with tcllib...<br><a href="http://tcllib.sourceforge.net/doc/smtp.html" class="postlink">http://tcllib.sourceforge.net/doc/smtp.html</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Nov 17, 2004 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-17T05:20:19-04:00</updated>

		<published>2004-11-17T05:20:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42827#p42827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42827#p42827"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42827#p42827"><![CDATA[
I'm sure i could if i knew how :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Nov 17, 2004 5:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-17T02:59:52-04:00</updated>

		<published>2004-11-17T02:59:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42824#p42824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42824#p42824"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42824#p42824"><![CDATA[
the standart UNIX utility mail(1) depends on sendmail to do its job; so if you don't have sendmail up &amp; running, mail will not function<br><br>however, you can always code sending email in raw SMTP <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Nov 17, 2004 2:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-17T02:37:29-04:00</updated>

		<published>2004-11-17T02:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42823#p42823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42823#p42823"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42823#p42823"><![CDATA[
well, it seems my bot is succesfully executing the command, but it doesn't seem to actually send an email as i tried sending one but it never got to my inbox <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Nov 17, 2004 2:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-16T14:11:26-04:00</updated>

		<published>2004-11-16T14:11:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42809#p42809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42809#p42809"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42809#p42809"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>exec echo "hi goober" | mail -s hello goober@mail.com</code></pre></div>(this won't work on windrop of course)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 16, 2004 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-11-16T13:56:37-04:00</updated>

		<published>2004-11-16T13:56:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42808#p42808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42808#p42808"/>
		<title type="html"><![CDATA[Sending an email]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42808#p42808"><![CDATA[
Is it possible to send an email with tcl? If so how. <br>I know about something called sendmail but my shell doesn't seem to have it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Nov 16, 2004 1:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
