You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
"content"="Thank you for your contribution to the Wheels.dev community. After careful review, we regret to inform you that your blog post '#blog.title#' has not been approved for publication at this time.",
886
+
"buttonTitle"=emaildata.buttonTitle,
887
+
"content"=emaildata.message,
888
+
"welcomeMessage"=emaildata.welcomeMessage,
879
889
"URl"="",
880
-
"Footer"="If you haven't submitted a blog post, please disregard this email.",
881
-
"footerGreetings"="Thank you for being part of the Wheels.dev community.",
"content"="We received a request to reset the password for your Wheels.dev account. If you initiated this request, please click the button below to create a new password.",
810
+
"buttonTitle"=emaildata.buttonTitle,
811
+
"content"=emaildata.message,
812
+
"welcomeMessage"=emaildata.welcomeMessage,
808
813
"URl"=resetUrl,
809
-
"Footer"="If you haven't requested a password reset, please disregard this email.",
810
-
"footerGreetings"="Thank you for being part of the Wheels.dev community."
varemaildata=model("emailTemplate").findAll(where="title = '#trim("Register Your Account")#'");
861
869
varemailparams= {
862
870
"name"="User",
863
-
"buttonTitle"="Join Wheels.dev",
864
-
"content"="We noticed you attempted to reset your password using this email address, but no account was found. If you're new to Wheels.dev, we'd love to welcome you to our community!
865
-
<br><br>Click below to create your free account and start building powerful web applications with our framework.",
871
+
"buttonTitle"=emaildata.buttonTitle,
872
+
"content"=emaildata.message,
873
+
"welcomeMessage"=emaildata.welcomeMessage,
866
874
"URl"=signUpUrl,
867
-
"Footer"="If you haven't requested a password reset, please disregard this email.",
0 commit comments