I was noticing several cases where code was fetching a
ProductStoreEmailSetting, then doing various setup work, before
calling sendEmailFromScreen.  None of the setup blocks are the same,
the set of features they support are not unified.

I'd like to move all these separate calls into a single shared worker
method.

Then, the second phase, would add a feature that would call a service
to send the email, instead of always forcing it to be a screen.

Anyone else agree with this?

Reply via email to