-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
571 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# QUEUEMAIL.DEV - Reliable email delivery API. Free tier. Send asynchronously. | ||
# QUEUEMAIL.DEV - API confiable para envío de emails. Capa gratuita. Envía de forma asíncrona | ||
|
||
Main docs page here --> [https://docs.queuemail.dev/](https://docs.queuemail.dev/) | ||
Página principa de documentación aquí --> [https://docs.queuemail.dev/](https://docs.queuemail.dev/es/) | ||
|
||
QUEUEMAIL.DEV allows you to send emails via API using one or more SMTP servers in order to ensure deliverability and avoid SMTP stress. | ||
QUEUEMAIL.DEV te permite enviar emails, vía API, usando uno o más servidores SMTP para incrementar la capacidad de entrega y evitar errores de sobreuso y estrés en los servidores SMTP. | ||
|
||
Some sample features: | ||
Algunos ejemplos de características que ofrece: | ||
|
||
- You can program sending emails in a synchronous or asynchronous way: With [logs endpoint](api-logs.md) you can check send status for every email sent. | ||
- Puedes programar envío de emails de forma síncrona o asíncrona: Con el [endpoint para consulta de logs](api-logs.md) puedes comprobar el estado de envío para cada email enviado. | ||
|
||
- Also, with [webhooks](features-webhooks.md), you can run processes when an event (like email sucessfully sent) occurs for a complete integration. | ||
- También, con [los webhooks](features-webhooks.md), puedes ejectuar procesos en tu sistema o sistemas de terceros cuando un evento (como por ejemplo, un envío con éxisto) ocurra para así tener una integración completa. | ||
|
||
- With [sending email endpoint](api-emails.md) you can discard sending errors before you start a SMTP session. | ||
- Con [endpoint para envío de emails](api-emails.md) puedes descartar errores de envío antes de forzar el comienzo de una sesión SMTP. | ||
|
||
- Track opened emails and clicked email links with [tracking endpoint](api-tracking.md). | ||
- Puedes hacer tracking de emails abiertos y enlaces donde se ha hecho click con [endpoint de tracking](api-tracking.md). | ||
|
||
- ...and much more at [docs](https://docs.queuemail.dev). | ||
- ...y mucho más en la [documentación](https://docs.queuemail.dev/es). | ||
|
||
Free tier does not support Queuemail professional SMTP servers. So you must to configure [free SMTP servers](other-freesmtps.md) or your custom SMTP server. | ||
La capa gratuita no incluye el uso de los servidores SMTP profesionales de Queuemail. Por tanto, para usar esta capa gratuita, puedes configurar [servidores SMTP grauitos](other-freesmtps.md) o bien usar tu propio servidor SMTP. | ||
|
||
|
||
|
||
### CLIENTS AND EXAMPLES: | ||
### CLIENTES Y EJEMPLOS: | ||
|
||
* [queuemail-client: A basic Java client to use QUEUEMAIL.DEV API](https://github.com/queuemail/docs-and-examples/tree/main/queuemail-client) | ||
* [queuemail-client: Cliente básico en Java para usar la API de QUEUEMAIL.DEV](https://github.com/queuemail/docs-and-examples/tree/main/queuemail-client) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
### Features: | ||
* [Fault tolerance strategies](features-smtpstrategies.md) | ||
* [Loging activity and erros](features-loging.md) | ||
### Características: | ||
* [Estrategias de tolerancia a fallos](features-smtpstrategies.md) | ||
* [Log de actividad y errores](features-loging.md) | ||
* [Blacklists](features-blacklists.md) | ||
* [Webhooks](features-webhooks.md) | ||
* [Limit origin](features-limitorigin.md) | ||
* [Data retention](features-dataretention.md) | ||
* [Limitación del origen](features-limitorigin.md) | ||
* [Retención de datos](features-dataretention.md) | ||
|
||
|
||
### API Reference: | ||
* [API limitations](api-limitations.md) | ||
* [API access](api-access.md) | ||
### Referencia de la API: | ||
* [Limitaciones de la API](api-limitations.md) | ||
* [Acceso a la API](api-access.md) | ||
* [Login](api-login.md) | ||
* [Apps](api-apps.md) | ||
* [SMTP servers](api-smtps.md) | ||
* [Servidores SMTP](api-smtps.md) | ||
* [Emails](api-emails.md) | ||
* [Blacklists](api-blacklists.md) | ||
* [Logs](api-logs.md) | ||
* [Tracking](api-tracking.md) | ||
|
||
|
||
### Other: | ||
* [FAQs](other-faqs.md) | ||
* [Free SMTP servers](other-freesmtps.md) | ||
### Otros: | ||
* [Preguntas frecuentes](other-faqs.md) | ||
* [Servidores SMTP gratuitos](other-freesmtps.md) | ||
|
||
|
||
### Legal: | ||
* [Private policy](legal-privatepolicy.md) | ||
* [Contact us](legal-contact.md) | ||
* [Política de privacidad](legal-privatepolicy.md) | ||
* [Contacta con nosotros](legal-contact.md) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.