<br><br><div class="gmail_quote">On Jan 7, 2008 1:12 AM, Tom Phoenix &lt;<a href="mailto:rootbeer@redcat.com">rootbeer@redcat.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Jan 6, 2008 5:14 AM, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com</a>&gt; wrote:<br><br>&gt; I evaluated the following code suggested :<br>&gt;<br>&gt; username:= &#39;userName&#39;.
<br>&gt; password:=&#39;passWord&#39;.<br>&gt; client := SMTPClient openOnHostNamed: &#39;<a href="http://mail.mydomain.com" target="_blank">mail.mydomain.com</a> &#39; port: 25.<br>&gt; client user: username; password: password; login; initiateSession.
<br>&gt; client mailFrom: &#39;<a href="mailto:admin@mydomain.com">admin@mydomain.com</a>&#39;;<br>&gt; &nbsp; &nbsp; &nbsp;recipient: &#39; <a href="mailto:admin@myotherdomain.com">admin@myotherdomain.com</a>&#39;;<br>&gt; &nbsp; &nbsp; &nbsp;data:<br>
&gt; &#39;Subject: Hello from SMTPClient!<br>&gt; From: <a href="mailto:admin@mydomain.com">admin@mydomain.com</a><br>&gt; To: <a href="mailto:admn@myotherdomain.com">admn@myotherdomain.com</a><br>&gt; Sending from SMTPClient!&#39;.
<br>&gt; client quit.<br>&gt;<br>&gt; and I got the following response from the mail server on <a href="http://mydomain.com" target="_blank">mydomain.com</a>:<br>&gt; &nbsp; &nbsp; &#39;503 AUTH command used when not advertised&#39;
<br><br></div>I hope you didn&#39;t really bother the nice people at <a href="http://mydomain.com" target="_blank">mydomain.com</a>. You<br>did use your own SMTP server, didn&#39;t you?</blockquote><div>&nbsp;</div><div>Tom, I did send a support ticket in this regard asking for their help in accomplishing what i wanted to do which was to send emails from squeak. I wanted to see if I could use their SMTP server since my account included email capability. I assumed that sending emails from squeak would be possible if I could find the mechanism for authenticating a session using my account with their servers. 
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Does it matter to you that messages such as #initiateSession are<br>listed only in the &quot;private protocol&quot;? The &quot;public protocol&quot; includes
<br>#mailFrom:to:text:.</blockquote><div>&nbsp;</div><div>the code snippet that I used comes form&nbsp; <a href="http://blog.saush.com/?p=199" target="_blank">http://blog.saush.com/?p=199</a> and I merely copied it and tried it on a workspace. I assume that messages like #initiateSession interacts with the SMTP server in the prescribed manner for authenticating the source of the session as evidenced by the need for username/password.&nbsp; 
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Have you tried stepping through your code to see what step it was<br>trying to do when it got that message?
</blockquote><div><br>Googling  &#39;503 AUTH command used when not advertised&#39;, I gathered that certain steps needed to be be accomplished which included issuing the EHLO command before the AUTH command. I was wondering if anyone had any experience with this at all. 
<br>&nbsp;<br>Thanks for the input, Tom<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Good luck with it!<br><font color="#888888">
<br>--Tom Phoenix<br></font><div><div></div><div class="Wj3C7c">_______________________________________________<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>