• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SMTP Server Settings

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="[email protected]">
<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?
 
When site is creating following SMTP settings gets used: Admin panel -> Server link in left Menu -> SMTP settings. These settings are applicable to Preview sites. When site gets published Host's SMTP settings are gets written into web.config.

p.s. I found out, when you change settings in admin panel - existing Preview sites just ingore new settings and continue use old. So you are forced to change SMTP settings manually for this sites. This will be fixed in next version.
 
Back
Top