> Hi ppl, > > Could someone point me to sample code or instructions to programmatically > log on to iMail mailbox? > My code is ASP-based. Assuming I am getting userid & email from user via > HTTP form, how do I use > the info to "log-on" to iMail mailbox? > > Also, which iMail services do I need to start up for the above to work? >
Are you just trying to send log in credentials to Web Messaging? If so, just set your form to post to login.cgi (I would recommend looking at the html source of the web messaging files for an example.) If you are not trying to just post credentials to Web Messaging but trying to build your own ASP based web messaging interface then you are going to need a few more components than just IMail. I run /nsoftware's IP*Works ASP Ed. and have been pretty happy with it. Other ones you might look at include JMail from Dimac or ServerObject's ASP Bundle. These are just server side components you can use to build your interface. - Andy To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
