S
snyhof
Guest
I have not figured out yet why the web.config files inside the httpdocs folder continue to change. About once a week I get a complaint that the feedback forms are not working. When I go back into the web.config file, my settings change back from what I manually set it to.
Defaults to:
<mailSettings>
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="smtpout.secureserver.net" port="25" defaultCredentials="false" userName="steve@domain.com" password="******" />
</smtp>
</mailSettings>
Changed to:
<mailSettings>
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="localhost" port="25" defaultCredentials="false" userName="steve@domain.com" password="******" />
</smtp>
</mailSettings>
---------------------------------------
When I first setup Plesk, I set the SMTP to smtpout.secureserver.net - Later I set it to localhost, but it does not make any difference when I make a new account.
Defaults to:
<mailSettings>
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="smtpout.secureserver.net" port="25" defaultCredentials="false" userName="steve@domain.com" password="******" />
</smtp>
</mailSettings>
Changed to:
<mailSettings>
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="localhost" port="25" defaultCredentials="false" userName="steve@domain.com" password="******" />
</smtp>
</mailSettings>
---------------------------------------
When I first setup Plesk, I set the SMTP to smtpout.secureserver.net - Later I set it to localhost, but it does not make any difference when I make a new account.