should I stored my global WebMail variables within Application_Start() event? I read creating a Base Controller is not necessary, and it makes sense because I have used hooks in MVC architecture before. Is there a way I can simply hook these in?
e.g. WebMail.SmtpServer, WebMail.UserName, WebMail.Password, WebMail.From?
How about in the web.config