Hello Marco,<div><br></div><div>You can set these attributes via the #preferenceAt:put: message:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>application</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>preferenceAt: #smtpPort put: 2345 ;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>preferenceAt: #smtpServer put: &#39;localhost&#39; ;</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>etc ....</div><div><br></div>
<div>You can get a referende to the application via WADispatcher default handlerAt:</div><div><br></div><div>Jan.</div><div><br></div><br><div class="gmail_quote">On Mon, Oct 24, 2011 at 9:15 PM, Marco A. Gonzalez <span dir="ltr">&lt;<a href="mailto:marcoinc@mac.com">marcoinc@mac.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Using &quot;config&quot; application, I was able to successfully set the following attributes of the WAEmailConfiguration and successfully able to send email via my local development machine.<br>

<br>
SMTP Server password<br>
SMTP Port<br>
SMTP Server<br>
SMTP Server user name<br>
<br>
My question is... how can I set these values programmatically instead of using the GUI?<br>
<br>
- Marco A.<br>
<br>
<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>
</blockquote></div><br></div>