Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 290 Bytes

File metadata and controls

9 lines (9 loc) · 290 Bytes

To work with EmailSender you need to add these properties to user secrets.json

{
   "Email": "your email account",
   "Password": "your password",
   "Host": "smtp address of your host", //"for gmail it's: smtp.gmail.com",
   "Port": "port address of smtp", // for gmail it's 587
}