public MailcatcherFixture() { Client = new MailcatcherClient( TestHelpers.GetAndPrintValue("mailcatcher:host:api", "localhost"), 1080, TestHelpers.GetAndPrintValue("mailcatcher:host:smtp", "localhost"), 1025); }
public MailTests(ClientFixture fixture, MailcatcherFixture mailcatcher) { _ = fixture; this.mailcatcher = mailcatcher.Client; }