Meghana M

Meghana M

  • 1.5k
  • 175
  • 18.9k

how to add url for Email using entity framework core

Mar 22 2023 2:46 PM

created a mail template in which I have kept 1 link if mail is sent to the manager he needs to approve that if he clicks on that link it should navigate to the application approval page. How to do this configuration in the .net entity framework core I created values.cs in that I have given a URL string for navigating to the application and wherever I want I'm passing that string URL in the method.

any settings are needed in appsetting.json


Answers (2)