2022-02-09 19:48:39 +01:00
|
|
|
p #{username} (#{name} #{surname}) has just registered on #{nomeapp}
|
2019-10-05 20:01:56 +02:00
|
|
|
p With the following access datao:
|
|
|
|
|
span Username:
|
|
|
|
|
strong #{username}<br>
|
|
|
|
|
span Email:
|
|
|
|
|
strong #{emailto}<br>
|
|
|
|
|
p <br>Regards
|
|
|
|
|
|
|
|
|
|
style(type="text/css").
|
|
|
|
|
html, body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.divbtn {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-lg {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: white;
|
|
|
|
|
background: #027be3 !important;
|
|
|
|
|
border-radius: 28px;
|
|
|
|
|
|
|
|
|
|
}
|