Okay, this is what I found so far (example in SMTPClient):<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">self deliverMailFrom: &#39;<a href="mailto:m.rueger@acm.org">m.rueger@acm.org</a>&#39; to: #(&#39;<a href="mailto:m.rueger@acm.org">m.rueger@acm.org</a>&#39;) text:<br>

&#39;Subject: this is a test<br><br>Hello from Pharo!<br>&#39;    usingServer: &#39;<a href="http://smtp.concentric.net">smtp.concentric.net</a>&#39;<br></div><br>I tried that using my own smtp server, but it requires authentication and doesn&#39;t let the e-mail go through. If I try it with a local sendmail daemon, my guess is that the message is gonna end up in the spam folder of most people... I remember at university we had this exercises consisting on sending e-mails through sendmail and straight via telnet, and they would end up classified as spam, I&#39;m not sure whether this is the same case tho...<br>

<br>Does someone have further information on that patch that allows authentication?<br><br>Thanks!<br><br><div class="gmail_quote">2010/5/5 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Not necessarily, you can connect to any SMTP server. I am not sure if<br>
authentication is built in nowadays, but there was a patch floating<br>
around that would add it.<br>
<font color="#888888"><br>
Lukas<br>
</font><div><div></div><div class="h5"><br>
On 5 May 2010 08:19, AxiNat &lt;<a href="mailto:tibabenfortlapalanca@gmail.com">tibabenfortlapalanca@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m on Pharo 1.0, been checking SMTPClient, but it still looks like it needs<br>
&gt; sendmail to be running in the system, or I may totally be missunderstanding<br>
&gt; the way it works, which is a very plausible option possibility...<br>
&gt;<br>
&gt; 2010/5/5 Lukas Renggli &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Seaside does not provide an SMTP library, but most Smalltalk dialects<br>
&gt;&gt; do. On which Smalltalk are you?<br>
&gt;&gt;<br>
&gt;&gt; Lukas<br>
&gt;&gt;<br>
&gt;&gt; On 5 May 2010 07:21, AxiNat &lt;<a href="mailto:tibabenfortlapalanca@gmail.com">tibabenfortlapalanca@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;d like to know what&#39;s the best way to send e-mails from a seaside app,<br>
&gt;&gt; &gt; so<br>
&gt;&gt; &gt; far I&#39;ve read about some Smalltalk SMTP library, using unix sendmail or<br>
&gt;&gt; &gt; sendEmail.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; sendEmail sounds like the easiest method, but I don&#39;t like depending on<br>
&gt;&gt; &gt; external tools...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any suggestions, tips? Any howtos around?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Bernat Romagosa.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; seaside mailing list<br>
&gt;&gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt; &gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Lukas Renggli<br>
&gt;&gt; <a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; seaside mailing list<br>
&gt;&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>