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 Dec 8, 2020. It is now read-only.
$message = "You just got an account on <strong>" . APPNAME . "</strong>.<br />
360
-
Please click on this link to recover your password: <a href=\"" . BASE_URL . "/user/reset/?recovery=" . $data['recovery'] . "\">" . BASE_URL . "/user/reset/?recovery=" . $data['recovery'] . "</a>. <br />
361
-
If the link doesn't work, please copy and paste it in the address bar of your browser.<br />
362
-
The link will be active for the next 24 hours.";
363
-
$subject = APPNAME . ": Password recovery";
360
+
$message = "<p>Hi,</p>" .
361
+
"<p>This is an automatic email to let you know that we have just created an account for you on the <strong>" . APPNAME . "</strong>.</p>" .
362
+
"<p>Please click on this link to set your password: <a href=\"" . BASE_URL . "/user/reset/?recovery=" . $data['recovery'] . "\">" . BASE_URL . "/user/reset/?recovery=" . $data['recovery'] . "</a>.</p>" .
363
+
"<p>If the link doesn't work, please copy and paste it in the address bar of your browser.</p>" .
364
+
"<p>The link will be active for the next 24 hours.</p>" .
365
+
"<p>If you have any issues, please contact <a href='mailto:" . SUPPORT_CONTACT_EMAIL . "'>" . SUPPORT_CONTACT_EMAIL . "</a>.</p>" .
366
+
"<p>Thanks for using the " . APPNAME . "!</p>" .
367
+
"<p><em>The Restart Project</em></p>";
368
+
$subject = APPNAME . ": Account created - please set your password";
0 commit comments