Server connection email button

I need a way to send a user an email, have them click a button and have 2 server connection installed onto the Lotus Notes client ? All I need is the code for the Local area network and the Passthru server connections. I found one on the internet but I can only get it to do Local area network and not passthru connection. And if there is a server name already there it will overwrite the old one. Help me please, send me in the right direction

Thansk in advance

Subject: connection type=2

Well, if you have a script that can create a connection document for LAN in the user’s names.nsf, then all you need to do to create a connection documjent for “Passthru” is change a couple fields. One is ConnectionType=2 the other is PassthruServer=“CN=servername/O=org”. I THINK that should do it.