recipient_interceptor icon indicating copy to clipboard operation
recipient_interceptor copied to clipboard

Intercept recipients when delivering email with the Mail gem.

Results 2 recipient_interceptor issues
Sort by recently updated
recently updated
newest added

@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...

This make it possible to dynamically evaluate if we want to intercept an email