- use https://github.com/maildev/maildev
- NodeJS required
- to install:
npm install -g maildev - start:
maildev --outgoing-secure --outgoing-user lajt --outgoing-pass lajt - ignore ssl check, only for dev environment! never in production.
in your blazor server app add inside
public void ConfigureServices(IServiceCollection services):
if (_env.IsDevelopment())
{
ServicePointManager