[insert_php]
if (isset( $_SESSION[‘sent_mail_success’])) {
echo ‘
Your new password has been sent to ‘. $_SESSION[‘sent_mail_success’]. ‘.
Do not forget to check spam or junkmail in case you do not find it in inbox.
Do not forget to check spam or junkmail in case you do not find it in inbox.
Login
‘;
} else {
echo ‘
Login
‘;
}
[/insert_php]