Question

  Asked: Feb 29 2008   6:52 AM GMT
  Asked by: Rajivsingla


How to integrate local IIS SMTP to another local network machine SMTP Server


SMTP, ASP, Networking

Suppose, there is one server named 'A'. The application 'DigSAFE OCS NZ/AU' & 'IIS SMTP Service' both are installed on this server. At present, when the enquiry is sent then the same server i.e. 'A' is used. --> ISSUE


And then, we have another server/machine named 'B', in which we have only 'SMTP Service'. So, now we want that when the application sends the enquiry mail, then the application should run on Machine 'A' and mail should be sent through the 'SMTP Service' of Machine 'B'. --> Desired

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



You will need to find the setting within the config file which says which SMTP server is to be used and put the remote server's name in for the SMTP server.

In IIS on the remote machine you will need to allow the IP address of the first machine in the SMTP config.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Exchange, Development and Networking.

Looking for relevant Exchange Whitepapers? Visit the SearchExchange.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Rajivsingla  |   Mar 3 2008  9:57AM GMT

Hi, thaks a lot for your reply.. I tried it but I did’t find the soltuion. So, could you please explain this solution step by step or send some links related to this issue.