I jumped through many of the same hoops in my last job. There are all kinds of ways you can end up blocked if you&#39;re not careful (if you can, make sure the host--read IP--you are using for your outgoing SMTP server is not originating *any* other IP traffic).<br>

<br>I&#39;m surprised you would be blocked for passing through relayed SMTP servers, though. That is very common and a pretty core part of the SMTP system (even gmail relays mail through several SMTP servers). I guess if you were relaying through an IP in a dynamic address database, that could get your spam score bumped up. But you&#39;re going to have a hard time getting around that these days.<br>

<br>Although I wonder: can you not configure sendmail on your local machine to forward the mail on without adding itself in a Received header? Then it should appear to your ISP&#39;s server just like you are sending it with any other SMTP client directly (hmm... you might have to omit the message ID as well?). I&#39;d be curious if that made any difference.<br>

<br>Julian<br><br><div class="gmail_quote">On Wed, May 5, 2010 at 5:06 PM, Nevin Pratt <span dir="ltr">&lt;<a href="mailto:nevin@bountifulbaby.com">nevin@bountifulbaby.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




  

<div bgcolor="#ffffff" text="#000000">
Julian<br>
<br>
We used to do that with our Bountiful Baby email.  It works fine. 
However, it was still flagged as spam for some of our customers,
because their email systems noticed that we relayed from a mail server
(our local sendmail) on through yet another mail server (the ISP&#39;s),
and the emails were flagged as suspicious because of that.<br>
<br>
Before doing the above, we used to rely solely on our own SMTP server
and not relay through the ISP, but then some of the email was flagged
as spam I *think* because our SMTP server wasn&#39;t a well-known server at
the time (which is why we started relaying through the ISP&#39;s server).<br>
<br>
We&#39;ve never found a completely &quot;fool-proof&quot; solution.  Some percentage
of the outgoing emails is always going to be flagged as spam, no matter
what.  The trick is to pick the solution that results in the least spam
flags.  And it&#39;s not easy.<br>
<br>
I&#39;ve now gone back to just using our own SMTP server, rather than
relaying through the ISP, for emails that are sent directly from our
website, and relaying through the ISP for all the rest.  Now that
Bountiful Baby isn&#39;t a completely unknown company, I&#39;m thinking that&#39;s
going to work out to be the best now.  But I&#39;m not sure, and it&#39;s still
being tested.  And, things seem to always change out from under us, so
what works best today might not work best tomorrow.<br>
<br>
But otherwise I think I would agree with you, and do it the way you
suggest.  At least as a starting point.<br><font color="#888888">
<br>
Nevin<br>
<br>
<br>
</font><blockquote type="cite"><div><div></div><div class="h5">Configure sendmail to listen only on localhost and forward
mail to your ISP&#39;s SMTP server. This is likely what I would use in a
deployed environment.<br>
  <br>
Julian<br>
  <br>
  <div class="gmail_quote">On Wed, May 5, 2010 at 7:53 AM, AxiNat <span dir="ltr">&lt;<a href="mailto:tibabenfortlapalanca@gmail.com" target="_blank">tibabenfortlapalanca@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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" target="_blank">m.rueger@acm.org</a>&#39;
to: #(&#39;<a href="mailto:m.rueger@acm.org" target="_blank">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" target="_blank">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!
    <div>
    <div><br>
    <br>
    <div class="gmail_quote">2010/5/5 Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com" target="_blank">renggli@gmail.com</a>&gt;</span><br>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; 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><br>
On 5 May 2010 08:19, AxiNat &lt;<a href="mailto:tibabenfortlapalanca@gmail.com" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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>
    </div>
    </div>
    <br>
_______________________________________________<br>
seaside mailing list<br>
    <a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>
    <br>
  </blockquote>
  </div>
  <br>
  </div></div><pre><hr size="4" width="90%"><div class="im">
_______________________________________________
seaside mailing list
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
  </div></pre>
</blockquote>
<br>
</div>

<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>
<br></blockquote></div><br>