smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

Read mailSettings from database. #167

Open muhammetcancicek opened 1 year ago

muhammetcancicek commented 1 year ago

I am currently reading the 'mail settings' information from the config file. However, I want to give this information over the database. Can you suggest a method for this?