> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:IMail_Forum- > [EMAIL PROTECTED] On Behalf Of Sanford Whiteman > Sent: December 28, 2003 5:10 PM > To: Allen Armstrong > Subject: Re: [IMail Forum] Default mailto URL handler for killerweb mail > > > I was wondering if any ideas on how to make it so I configure > > Internet Explorer to use killerweb mail client. > > I'm sure you can't do this without some very fancy coding, if at all. > The prob is that the unique user key is part of the Compose URL--like > http://webmail.example.com/Xae909bccc89ecccf9a997276c881/newmsg.cgi. > So there isn't any static target you can put in for mailto: links. In > theory, if you could force everyone to hit an initial portal, maybe > you could simulate some cross-browser stuff and grab the key from > another page.
After doing some investigate I found that Microsoft keeps this information here: HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail I don't know how to code this but I think your right from a portal, have them login and pass the email address to newmsg. As it looks like you can pass the variable to the end of the command line. For example you could say: "C:\Program Files\Internet Explorer\iexplore.exe" http://webmail.example.com:8383/mailto.cgi?%1 or "C:\Program Files\Internet Explorer\iexplore.exe" http://webmail.example.com:8383/[EMAIL PROTECTED] > > I no how to configure group policies in such but is their a program > > such as the one list below but for killerweb mail client? > > What one listed below? Sorry: (just one example of some else doing it. :) ) http://www.cyrusoft.com/mulberry/faq/mailto.html > --Sandy > > > ------------------------------------ > Sanford Whiteman, Chief Technologist > Broadleaf Systems, a division of > Cypress Integrated Systems, Inc. > e-mail: [EMAIL PROTECTED] > > SpamAssassin plugs into Declude! > http://www.mailmage.com/download/software/freeutils/SPAMC32/Release/ > > > 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/ 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/
