We have added additional rules in the web.config TEST environment to enable mailing via SMTP. This was achieved by adding XPath replace rules to the web.config. Mailing works perfectly from the TEST environment.
However, we want to use the client’s SMTP details in the ACCEPTANCE environment. We have also modified the web.config in the ACCEPTANCE environment with the client’s details and performed an update. Unfortunately, this does not seem to be working correctly.
What could be going wrong? Is it possible to use client SMTP details in the ACCEPTANCE environment? Any guidance or troubleshooting tips would be greatly appreciated.