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
Please click this link to activate your account:----------------------<br><br><br><br>
39
+
http://localhost/musical_world/verify.php?email_address=".$_SESSION['email_address']."&activation_code=".$_SESSION['activation_code'].""; // Our message above including the link
40
+
41
+
if(!$mail->send()){
42
+
echo'Message could not be sent.';
43
+
echo'Mailer Error: ' . $mail->ErrorInfo;
44
+
}else{
45
+
echo'<script type="text/javascript">';
46
+
echo'setTimeout(function () { sweetAlert("Success","<b> Thank you '. $username .' you have successfully registered.A confirmation link has been sent to your email address '. $email_address .' Please activate your account by clicking the activation link!!!...</b>","success");';
0 commit comments