Replies: 1 comment 1 reply
-
Hi, the email processing will be placed in the infrastructure layer.
[image: Screen Shot 2023-12-18 at 8.11.08 AM.png]
My little contribution.
…On Mon, Dec 18, 2023 at 5:19 AM anvaya ***@***.***> wrote:
In a scenario where the system is supposed to acknowledge a customer
request by sending the customer an email and at the same time send the
staff an alert about the same, where would you put your email templates and
how would you process them?
I would assume the Application project should do that with its event
handlers, however the email templates would need variable processing
(replacement) through either custom or razor templating. Another issue is
of sharing the design with the web UI project (logos, theme) etc.
Has anybody addressed this issue, how have you gone about it?
—
Reply to this email directly, view it on GitHub
<#1073>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKNR4IYPYUYLAJTRHF6XTYJ7G55AVCNFSM6AAAAABAY6KDOSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHE3TGNJRHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a scenario where the system is supposed to acknowledge a customer request by sending the customer an email and at the same time send the staff an alert about the same, where would you put your email templates and how would you process them?
I would assume the Application project should do that with its event handlers, however the email templates would need variable processing (replacement) through either custom or razor templating. Another issue is of sharing the design with the web UI project (logos, theme) etc.
Has anybody addressed this issue, how have you gone about it?
Beta Was this translation helpful? Give feedback.
All reactions