20 pts.
 How to integrate local IIS SMTP to another local network machine SMTP Server
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

Software/Hardware used:
ASKED: February 29, 2008  6:52 AM
UPDATED: March 3, 2008  9:57 AM

Answer Wiki:
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.
Last Wiki Answer Submitted:  February 29, 2008  7:54 am  by  Denny Cherry   64,505 pts.
All Answer Wiki Contributors:  Denny Cherry   64,505 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 20 pts.