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
The QueuedMail class currently provides a few fixed interpolations such as %{email}, %{email_key}, %{campaign}, etc.
It would make sense to be able to allow custom interpolations in some way which would not need changing the gem itself. Maybe something which receives a QueuedMail instance and uses that to provide the custom interpolations.
The
QueuedMailclass currently provides a few fixed interpolations such as%{email},%{email_key},%{campaign}, etc.It would make sense to be able to allow custom interpolations in some way which would not need changing the gem itself. Maybe something which receives a
QueuedMailinstance and uses that to provide the custom interpolations.