We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i got problem in these lines:
$mail->Subject = 'A verification link'; $mail->Body = 'Click on the link to verify your account (click here) // Inside Link:(https://example.com/verify.php?v={$vcode}&id={$id})'; $mail->send();
When i changed my link then tried to register and clicked verification link, it returns to error with address bar result: https://example.com/verify.php?v=%7B$vcode%7D&id=%7B$id%7D "Invalid verification llink"
How to solve it, thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i got problem in these lines:
$mail->Subject = 'A verification link';
$mail->Body = 'Click on the link to verify your account (click here)
// Inside Link:(https://example.com/verify.php?v={$vcode}&id={$id})';
$mail->send();
When i changed my link then tried to register and clicked verification link, it returns to error
with address bar result: https://example.com/verify.php?v=%7B$vcode%7D&id=%7B$id%7D
"Invalid verification llink"
How to solve it, thanks
The text was updated successfully, but these errors were encountered: