Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
queuemail committed Jan 9, 2024
1 parent c120869 commit f15203d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ La capa gratuita no incluye el uso de los servidores SMTP profesionales de Queue

### REGISTRO DE CAMBIOS:

* **2024-01-09**: Elimintación automática para cuentas no usadas de la capa gratuita. Ver [API limitations](api-limitations.md).
* **2024-01-09**: Eliminación automática para cuentas no usadas de la capa gratuita. Ver [limitaciones de la API](api-limitations.md).

* **2023-09-20**: Mejoras en el <a href="https://queuemail.dev/qmadmin/login">panel de control</a>: Ahora se pueden crear y enviar newsletters (gestión de contactos, plantillas y mailings).

Expand Down
5 changes: 5 additions & 0 deletions es/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="es">
<head>

<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>

<script src="/es/commons.js"></script>
<script src="https://www.google.com/recaptcha/api.js?hl=en"></script>

Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>

<script src="/commons.js"></script>
<script src="https://www.google.com/recaptcha/api.js?hl=en"></script>

Expand Down

0 comments on commit f15203d

Please sign in to comment.