Skip to content

Commit

Permalink
cambio url mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioserrano3 committed Jun 8, 2024
1 parent 2c85176 commit a1efed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/mailer/recuperarPsswd.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
$link = "<div style='text-align: center; background-color: #57A8FF;color:white; padding: 40px; font-size: 17px;'>";

$link .= "<h1>Soporte Music Life </h1> \n <br> Has solicitado un cambio de contrasena para music-life.es.<br><br> Tienes disponible durante 24 horas este link para poder hacerlo \n <br> \n <br>";
$link .= "<a href='http://music-life.es/mailer/cambiarPsswd.php?token=$token' style='background-color: #95C8FF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block;'>Cambiar contrasena</a></div>";
$link .= " href='http://music-life.es/mailer/cambiarPsswd.php?token=$token' ";
$link .= "<a href='http://music-life.es/mailer/cambiarPsswd?token=$token' style='background-color: #95C8FF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block;'>Cambiar contrasena</a></div>";
$link .= " href='http://music-life.es/mailer/cambiarPsswd?token=$token' ";

//CAMBIAR ESTO AL SUBITR A INTENET
//$link .= "<a href='http://localhost:3000/src/php/cambiarPsswd.php?token=$token' style='background-color: #95C8FF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block;'>Cambiar contrasena</a></div>";
Expand Down

0 comments on commit a1efed8

Please sign in to comment.