This may be an extremely basic question but coming completely new to .net 5 / asp.net core I can't seem to see where Umbraco Forms is expecting SMTP settings to located and in what structure. I assume it needs to be in appsettings.json but can't find any documentation.
If anyone could point me in the right direction it would be appreciated :-)
Umbraco 9 Forms SMPT settings?
This may be an extremely basic question but coming completely new to .net 5 / asp.net core I can't seem to see where Umbraco Forms is expecting SMTP settings to located and in what structure. I assume it needs to be in appsettings.json but can't find any documentation.
If anyone could point me in the right direction it would be appreciated :-)
Forms should be using the SMTP details configured for the CMS itself.
You can find the documentation for that here, so see where in the JSON structure it should be configured.
Andy
is working on a reply...