Thomas Klemm

Results 2 issues of Thomas Klemm

@croaky Thanks for this great gem. This PR adds two options: 1) Optionally white-list emails: ``` ruby Mail.register_interceptor RecipientInterceptor.new( ENV['EMAIL_RECIPIENTS'], email_whitelist: ['[email protected]'] ) ``` 2) Optionally white-list domains: ``` ruby...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. 1. To make sure we include your contribution in the...