diff --git a/src/main/resources/email-templates/forgot-password.html b/src/main/resources/email-templates/forgot-password.html new file mode 100644 index 0000000..6fd17ab --- /dev/null +++ b/src/main/resources/email-templates/forgot-password.html @@ -0,0 +1,22 @@ +
+
+ Cameleer.io +
+
+ +
+

Lost in the dunes?

+

No worries — enter this code to reset your password and get back on the trail.

+
+
+ {{code}} +
+
+

This code expires in 10 minutes. If you didn't request a password reset, you can safely ignore this email.

+
+
+
+

Questions? Contact your administrator

+

Cameleer — Apache Camel observability

+
+
\ No newline at end of file diff --git a/src/main/resources/email-templates/generic.html b/src/main/resources/email-templates/generic.html new file mode 100644 index 0000000..8a929e0 --- /dev/null +++ b/src/main/resources/email-templates/generic.html @@ -0,0 +1,22 @@ +
+
+ Cameleer.io +
+
+ +
+

Quick checkpoint

+

Here's your verification code. Just making sure it's really you at the reins.

+
+
+ {{code}} +
+
+

This code expires in 10 minutes.

+
+
+
+

Questions? Contact your administrator

+

Cameleer — Apache Camel observability

+
+
\ No newline at end of file diff --git a/src/main/resources/email-templates/register.html b/src/main/resources/email-templates/register.html new file mode 100644 index 0000000..a46b3a0 --- /dev/null +++ b/src/main/resources/email-templates/register.html @@ -0,0 +1,22 @@ +
+
+ Cameleer.io +
+
+ +
+

Welcome to the caravan!

+

Enter this code to verify your email and claim your spot. The dunes wait for no one.

+
+
+ {{code}} +
+
+

This code expires in 10 minutes. If you didn't request this, you can safely ignore this email — no camels were harmed.

+
+
+
+

Questions? Contact your administrator

+

Cameleer — Apache Camel observability

+
+
\ No newline at end of file diff --git a/src/main/resources/email-templates/sign-in.html b/src/main/resources/email-templates/sign-in.html new file mode 100644 index 0000000..aa0588c --- /dev/null +++ b/src/main/resources/email-templates/sign-in.html @@ -0,0 +1,22 @@ +
+
+ Cameleer.io +
+
+ +
+

Back at the oasis already?

+

Here's your sign-in code. The caravan master is checking credentials.

+
+
+ {{code}} +
+
+

This code expires in 10 minutes.

+
+
+
+

Questions? Contact your administrator

+

Cameleer — Apache Camel observability

+
+
\ No newline at end of file