Application Email Settings

Is there a way to reference the SMTP settings for use in mail functions? I was looking through the code and it looks to me like Radzen currently hardcodes the username, password, etc into the various email functions. I'd prefer to allow it to be referenced so I could just change it in the one place. Is this possible with the current Radzen setup or would I have to create my own settings somewhere else?

Hi @kgordon,

Indeed, at the moment Radzen will generate directly in the code (AccountController) email server login credentials. You can add this file to application ignore list and modify the code to get the email settings from somewhere else.