As I proposed in #594, this PR add a new Adapter that is a wrapper around other adapters (i.e SendgridAdapter).
The idea is that on staging or releases environment, when someone send an email to any addresses, it replaces the to addresses with a default list and sets email headers with the original recipients in order to allow debugging before publishing on the production environment.
As I proposed in #594, this PR add a new Adapter that is a wrapper around other adapters (i.e SendgridAdapter).
The idea is that on staging or releases environment, when someone send an email to any addresses, it replaces the to addresses with a default list and sets email headers with the original recipients in order to allow debugging before publishing on the production environment.