Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mailto: links not launching GroupWise 2

Status
Not open for further replies.

swertel

Technical User
Apr 25, 2001
75
US
We run Groupwise 5.2. When I click on an email link on a web page, Outlook Express is launched instead of Groupwise. When I close OE, I get the error message that the default mail program was not installed correctly.

I have have Groupwise selected as the email program to use under Internet Settings. What else do I need to change to launch Groupwise?

I can't uninstall OE because I use it as the newsreader since Groupwise 5.2 does not have this functionality.

--Scott
 
The Novell document only works with old versions of Netscape. Here's a method that works for me with Netscape 7 (should work with Netscape 6 and Mozilla as well.)

1. Create a text file containg the following:

user_pref("network.protocol-handler.external.mailto", true);
user_pref("applications.mailto","path\grpwise.exe");
user_pref("applications.mailto.host", "%username%@%host%");

(don't forget to change 'path' to your correct path)

2. Save the file as user.js

3. Put the file in your Netscape profile directory (same place as prefs.js and your bookmark file)

4. Restart Netscape

Mailto links should now launch Groupwise.

John
 
For IE try this:
My Computer/Tools/Folder Options/File Types
Go to “N/A” extensions, select the “URL:Mailto Protocol”
Click the advanced button, and click edit.

Action: open
Application used to perform action: C:\Novell\GroupWise\GRPWISE.EXE /ddeex /bl

DDE Message:
NewMail()TextSetSubject("%1")FocusSet(9)SelectRightWord()Delete()Delete()SelectDown()EditCut()FocusSet(0)EditPaste()FocusSet(9)

Application: GroupWise

Topic: Command
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top