inmanity-us

Results 1 issues of inmanity-us

I am using a very basic version with the call: ` var email = Email .From("[email protected]") .To("[email protected]") .Subject("Errors founds in " + _context.LocationName) .Body(strMyText, false).Send();` This is my setup in...