Member Credentials Email from field not being respected with license
Richard,
Hope all is well. I've installed a trial license (thank you), however, when specifying the LoginCredentialsMailConfig in the appSettings the credentials email still gets sent with [email protected].
Here is a sample of my appSettings which I have followed per the documentation for CMS Import
Member Credentials Email from field not being respected with license
Richard,
Hope all is well. I've installed a trial license (thank you), however, when specifying the
LoginCredentialsMailConfig
in theappSettings
the credentials email still gets sent with[email protected]
.Here is a sample of my appSettings which I have followed per the documentation for CMS Import
{ "LoginCredentialsMailConfig": { "FromAddress": "[email protected]", "Subject": "Your account is ready", "ViewLocation": "~/App_Plugins/cmsimport/config/loginmail.cshtml" } }
Is there something I am missing?
CMS Import Version: 10.1.0
Umbraco Version: 10.3.2
Hi,
Did you only add this? Then you need the CmsImportConfig as parent as well.
Best,
Richard
Richard,
Thanks for that, I need to learn to read better!
Thank you!
is working on a reply...