CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: mailto protocol

  1. #1
    Join Date
    Jun 2001
    Posts
    3

    mailto protocol

    When a user clicks on to a mailto it opens there default mail client. In our company some people do not have outlook, netscape messager installed on there PC's. For that reason i want it to our mail server, so they can email. They do not have to login to the server all they need to do is go to a web site. If someone could please help me with this by posting some code, or giving me a like to help with it. Thank you for your help.

    Shane



  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: mailto protocol

    Write program for transfer message from client to your server and registered it as Default Mail Client. This is only small help, but full code is very big )

    Andy Tower

  3. #3
    Join Date
    Jun 2001
    Posts
    3

    Re: mailto protocol

    Thanks for the help, i have got that far. I am wondering how do i do that.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured