According to the documentation on Email Sending:
Email Sender uses setting management system to read email sending configuration. All setting names are defined in Abp.Net.Mail.EmailSettingNames class as constant strings.
I need pointers on how to override these default settings for values and use my own.
I save my settings in the Settings table too, but I do not use the name "Abp.Net.Mail.DefaultFromAddress", I use something like "Tenant.DefaultFromAddress".
If possible, I want to override only the email settings without tampering with other Abp settings.
Thank you.
Clarification
My objective was to find a way to override these settings and use a different naming convention in the Settings table because the requirements of my application dictates that I do.
I just want it to be called differently but behave the same way.