You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of our staging environment we're working using real addresses and we should avoid sending them emails.
In ruby we usually use gems like RecipientInterceptor that allow to override all recipients (to, cc and bcc) with a custom list of addresses and setting the original ones in headers.
We have a PR ready that includes a new adapter RecipientReplacerAdapter that wraps the real adapter replacing all addresses.
In one of our staging environment we're working using real addresses and we should avoid sending them emails.
In ruby we usually use gems like RecipientInterceptor that allow to override all recipients (to, cc and bcc) with a custom list of addresses and setting the original ones in headers.
We have a PR ready that includes a new adapter
RecipientReplacerAdapter
that wraps the real adapter replacing all addresses.Could it be an interesting feature?
master...leanpanda-com:master
The text was updated successfully, but these errors were encountered: