Thanks for help. I believe that adding users to the database is the easiest way. But Harmeet's ProtocolSimulator is also very helpful since I will also have to send email messages programmatically from my web application.
Thanks Olga Agady --- Harmeet Bedi <[EMAIL PROTECTED]> wrote: > ----- Original Message ----- > From: "simon" <[EMAIL PROTECTED]> > > Only issue is setting the password. > > You could hard code one in your insert statement > or use the java to > > encode it. > > > > Some thing like the following java or maybe it > might possible to encode > > it with java script. > > This is a pretty standard approach. I believe yahoo > and hotmail do this. > Look at view source, on page http://mail.yahoo.com/ > look for 'function MD5(str)' > > Harmeet > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
