我有用于验证用户电子邮件地址的电子邮件模板。
当用户点击按钮时,会验证用户的电子邮件地址。
以前我发送的链接没有将其包装到按钮中,它工作正常。
但现在我把它包装成一个按钮,当我点击按钮时,它会发送给我一些不同的网址,如下所示:
email.example.com/adasd_fsdfsf.....so on
电子邮件刀片:
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<h2>Please verify your email address</h2>
<div class="row">
Thanks for creating an account with the example.com. Please click the button below to verify your email
address <br>
<a href="{{ URL::to('signup/email/' . $confirmation_code) }}"> <button class="btn-block btn btn-default">verify Email</button></a>
</div>
</body>
答案 0 :(得分:1)
将您的e = create_engine("sqlite:///salaries.db")
更改为:
href