diff --git a/packages/relayer/email_templates/acknowledgement_template.html b/packages/relayer/email_templates/acknowledgement_template.html
new file mode 100644
index 00000000..6c720aa7
--- /dev/null
+++ b/packages/relayer/email_templates/acknowledgement_template.html
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi, {{userEmailAddr}}!
+ |
+
+
+
+ We have received your following request: {{request}}
+ |
+
+
+
+
+ Cheers, The ZK Email Team
+
+ |
+
+
+
+
+
+ |
+
+
+
+
diff --git a/packages/relayer/email_templates/command_template.html b/packages/relayer/email_templates/command_template.html
new file mode 100644
index 00000000..e3ca9232
--- /dev/null
+++ b/packages/relayer/email_templates/command_template.html
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi, {{userEmailAddr}}!
+ |
+
+
+
+ {{body}}
+
+
+ Reply "Confirm" to this email to accept the request.
+ Your request ID is #{{requestId}}.
+
+
+ If you did not initiate this request, please contact us immediately.
+
+
+ |
+
+
+
+
+ Cheers, The ZK Email Team
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
diff --git a/packages/relayer/email_templates/completion_template.html b/packages/relayer/email_templates/completion_template.html
new file mode 100644
index 00000000..3a4b2e97
--- /dev/null
+++ b/packages/relayer/email_templates/completion_template.html
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi, {{userEmailAddr}}!
+ |
+
+
+
+ {{body}}
+
+ Your request ID is #{{requestId}} is now complete.
+ |
+
+
+
+
+ Cheers, The ZK Email Team
+
+ |
+
+
+
+
+
+ |
+
+
+
+
diff --git a/packages/relayer/email_templates/error_template.html b/packages/relayer/email_templates/error_template.html
new file mode 100644
index 00000000..52893dda
--- /dev/null
+++ b/packages/relayer/email_templates/error_template.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hi, {{userEmailAddr}}!
+ |
+
+
+
+ An error occurred while processing your request.
+ Error: {{error}}
+ |
+
+
+
+
+ Cheers, The ZK Email Team
+
+ |
+
+
+
+
+
+ |
+
+
+
+