S
snyhof
Guest
I was having trouble with my formfeed (contact) forms. It was working but something must have changed and we made some setting adjustments and made a change to the web.config file to get it to work. So it is working, but it seems something is not working when a site is created.
SMTP Server Settings
SMTP server host*
localhost
SMTP server port*
25
...from email...
The server host was set to my incoming SMTP
mail.xxxxx.com
But we changed the web.config to localhost to make this work.
*************
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="localhost" port="25" defaultCredentials="false" userName="
*************
However, when a site is created the network host="mail.xxxxx.com" like the settings were set before. Now I have it set to localhost in the SMTP Server Settings but doen't carry into the web.config file when created.
Any ideas of how this can default to localhost?
SMTP Server Settings
SMTP server host*
localhost
SMTP server port*
25
...from email...
The server host was set to my incoming SMTP
mail.xxxxx.com
But we changed the web.config to localhost to make this work.
*************
<smtp deliveryMethod="Network" from="steve@planadream.com">
<network host="localhost" port="25" defaultCredentials="false" userName="
*************
However, when a site is created the network host="mail.xxxxx.com" like the settings were set before. Now I have it set to localhost in the SMTP Server Settings but doen't carry into the web.config file when created.
Any ideas of how this can default to localhost?