Thanks Patrick. The error messages are gone. However, I must now figure out how to get past my router&#39;s firewall which seems to be blocking the packets.<br><br>Ching<br><br><div><span class="gmail_quote">On 8/6/07, <b class="gmail_sendername">
Patrick Collison</b> &lt;<a href="mailto:patrick@collison.ie">patrick@collison.ie</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 06/08/07, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com</a>&gt; wrote:<br>&gt; Looking over the debug window, I noticed that hostIP and hostAddress had nil<br>&gt; values. Obviously, MailSender is unable to access these variables from the
<br>&gt; smtpServer. I had set the values on the two SMTP Servers that I tested<br>&gt; (Argosoft and Mercury). Nothing seems to work. Can anyone help?<br><br>The smtpServer variable should store the address of the server (or a
<br>DNS name that resolves to it), not the name of the MTA software you&#39;re<br>using. Try using <a href="http://127.0.0.1">127.0.0.1</a> instead.<br><br>&gt; On 8/6/07, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">
ching.dls@gmail.com</a>&gt; wrote:<br>&gt; &gt; When I tried evaluating this from a workspace<br>&gt; &gt;<br>&gt; &gt; MailSender setSmtpServer.<br>&gt; &gt; SeasidePlatformSupport deliverMailFrom: &#39;&lt;fromEmail&gt;&#39;
<br>&gt; &gt; to: #(&#39;&lt;toEmail&gt;&#39;)<br>&gt; &gt; text: &#39;Subject: Hello from SeasidePlatformSupport!<br>&gt; &gt; Sending from SeasidePlatformSupport&#39;.<br>&gt; &gt;<br>&gt; &gt; I got an error message: &#39;Could not resolve the server named: 
mercury.exe&#39;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 8/5/07, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; Thanks Patrick<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On 8/5/07, Patrick Collison &lt; <a href="mailto:patrick@collison.ie">patrick@collison.ie</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; On 05/08/07, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">
ching.dls@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; I have a linux proxy server and a windowsXP where I have the Seaside<br>&gt; Squeak<br>&gt; &gt; &gt; &gt; &gt; VM. Where should I have the mail server, on the proxy or on the
<br>&gt; windows<br>&gt; &gt; &gt; &gt; &gt; machine?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; You probably don&#39;t want to run an SMTP server within Squeak itself.<br>&gt; &gt; &gt; &gt; You could run one on either the Windows machine or on the Linux box,
<br>&gt; &gt; &gt; &gt; but it&#39;s likely to be easier to set up on the Linux machine (there&#39;s a<br>&gt; &gt; &gt; &gt; good chance that it comes preinstalled).<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; On 8/5/07, Ramon Leon &lt;
<a href="mailto:ramon.leon@allresnet.com">ramon.leon@allresnet.com</a> &gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi Ramon,<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; What SMTP server(s) do you use or recommend? Searching the
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; SqueakMap turns up nothing on &#39;smtp&#39;.&nbsp;&nbsp;Thanks.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Ching<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; Your hosting environment should have a mail server you&#39;re allowed
<br>&gt; to use.<br>&gt; &gt; &gt; &gt; &gt; I<br>&gt; &gt; &gt; &gt; &gt; &gt; run my own using the built in server in windows, in linux you&#39;d<br>&gt; likely use<br>&gt; &gt; &gt; &gt; &gt; &gt; postfix or sendmail which would likely be provided by your host.
<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; Seaside mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="mailto:Seaside@lists.squeakfoundation.org">
Seaside@lists.squeakfoundation.org</a><br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; Seaside mailing list<br>
&gt; &gt; &gt; &gt; &gt; <a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>&gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; Seaside mailing list
<br>&gt; &gt; &gt; &gt; <a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</a><br>&gt; &gt; &gt; &gt;<br>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>&gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br>&gt;<br>&gt;<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">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>