+ {{.firstName}} your next launch is closer than you
+ think - FastPocket will make it closer.
+
+
+
+
+
+
+ We're really excited to help you develop apps
+ quickly. Check out the
+ tools
+ we are using to help you build at 10x. When you are
+ ready to start producing apps at max capacity click
+ the button below.
+
+
+
diff --git a/Backend/bin/pb_hooks/emails/signup.mjml b/Backend/bin/pb_hooks/emails/signup.mjml
new file mode 100644
index 0000000..c870b0d
--- /dev/null
+++ b/Backend/bin/pb_hooks/emails/signup.mjml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ You're Going To Love What Happens Next
+
+
+
+
+ {{.firstName}} your next launch is closer than you think - FastPocket
+ will make it closer.
+ We're really excited to help you develop apps quickly. Check out
+ the
+ tools
+ we are using to help you build at 10x. When you are ready to start
+ producing apps at max capacity click the button below.
+ Build Now
+ Thanks,
+ The {{.company}} Team
+
+
+
+
+
+
+ Web
+
+
+ Github
+
+
+ Youtube
+
+
+ X
+
+
+
+
+
+
diff --git a/Backend/bin/pb_hooks/main.pb.js b/Backend/bin/pb_hooks/main.pb.js
index be44d3c..9b8bc48 100644
--- a/Backend/bin/pb_hooks/main.pb.js
+++ b/Backend/bin/pb_hooks/main.pb.js
@@ -1,45 +1,25 @@
onRecordAfterCreateRequest((e) => {
- const message = new MailerMessage({
- from: {
- address: $app.settings().meta.senderAddress,
- name: $app.settings().meta.senderName,
- },
- to: [{address: e.record.email()}],
- subject: "Are you ready to launch 10x faster?",
- html: `
-
You're Going To Love What Happens Next
${e.record.get("firstName")} your next launch is closer than you think.
FastPocket will 10x your development process
We're really excited to help you develop apps quickly. Check out the tools we are using to help you build at 10x. When you are ready to start producing apps at max capacity click the button below.