Link to home
Start Free TrialLog in
Avatar of sadiya yousaf
sadiya yousafFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Updating SMTP credentials for website

Hi

I have been asked to change the SMTP creadentials for web server. We host our servers on AWS and I will recreate the SMTP credentials in aws. My understanding is that I will update following setting in web.config file.

    <mailSettings>
      <smtp deliveryMethod="method" from="email address">
        <network host="weuseamazon" port="pno"  password="Iwillput passwordhere" userName="username" />
      </smtp>
    </mailSettings>

On the server under sites , I can see 4 subsites and all of them have web.config file which means I will have to update all those files.

Do I need to make any changes to IIS manager. Website is hosted on server 2012.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial