Intial Password Notification on personal email id through FIM 2010 using SMTP ( without Exchange server)
How to send intial password and username on newly created users personal email id without using exchange server?
October 29th, 2012 4:08pm

Hi, You can use smtp server. You have have to conifgure it with the FIM service installation - read the step 10 of Installing the FIM 2010 R2 Server Components If you already installed the FIM Service and want to change the configuration then edit the Microsoft.ResourceManagement.Service.exe.config file: <appSettings> <!-- Setup adds entries --> <add key="mailServer" value="mail.domain.com" /> <add key="isExchange" value="0" /> <add key="sendAsAddress" value="fimservice@domain.com" /> <add key="synchronizationServerName" value="FIMSyncSRV" /> </appSettings> Patrick. Patrick Layani
Free Windows Admin Tool Kit Click here and download it now
October 30th, 2012 11:01am

thanks a lot Patrick it worked like a charm !.. :)
October 31st, 2012 4:16pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics