Rob Wood

Results 99 comments of Rob Wood

This has been implemented in PR #1377. See `MessageValidationExpression` in app settings.

This has been implemented in PR #1462. Please see the settings file (and existing `--urls` command line option) for info.

This kind of logic is now possible. See `AutomaticRelayExpression` in the appsettings file.

An alternative implementation has been merged recently. See `AutomaticRelayExpression` in appsettings.

When we are relaying the message to the upstream server, in the "envelope" we're using either the original recipients or those entered to overrride. The actual message contains the original...

Thanks. That makes it clear what is happening. The Mailkit recipients argument doesn't override the CC and BCC, which is surprising. So your fix makes total sense. But it should...

> The Mailkit recipients argument doesn't override the CC and BCC, which is surprising. I jumped to a conclusion about this. Actually, it does override all the recipients in what...

Thanks for the feedback around confusion about what TLSMODE and HOSTNAME settings apply to. I have updated this so it's clear. Keeping this ticket open to document/improve HTTPS setup for...