CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2005
    Posts
    159

    Mail server application

    Hi all,

    Currently our IS department provides only MS exchange without SMTP or POP. A program that we use only supports SMTP and POP3.

    Does anyone know of a component (free or paid) or sample code so that I can make a small app thatacts as a SMTP server which can then forward to our exchange server?

    Of course a readilly available solution would be even better.


    regards, Jef

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Re: Mail server application

    You can get free smtp servers that are available on net. search for "Free Smtp Server"

    Also, check this out.
    http://www.softstack.com/freesmtp.html
    Regards,
    MMH
    Rate my post if you find it usefull.

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