
email-spam-tester
Test an email before it goes out: a disposable address, 41 checks with RFC citations, a fix plan.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Test an email before it goes out: a disposable address, 41 checks with RFC citations, a fix plan.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| get_test_address | Reserve a single-use address to send a draft message to. Returns the address and the URL its report will appear at. The address accepts exactly one message and expires after an hour. lang is the language the fix plan will be written in, as an ISO code ("de", "pt-BR"). Set it to the language the person you are working for reads: it decides the plan and the per-check findings on the page they open, and it has to be decided now because the message arrives minutes later over SMTP, which carries no hint of who is waiting for it. Unknown codes fall back to English rather than failing. What you get back from wait_for_report stays English whatever you set: the check lines it quotes come from the report's `summary` field, which is English by design so a script reading it reads the same words every time. The person following report_url sees their own language. |
| wait_for_report | Wait until the message arrives and has been analysed, then summarise it. Blocks rather than returning "not ready yet": an agent told to poll writes a sleep loop and usually gives up before the analysis finishes. |
| get_report | Read an existing report by its slug, without waiting. |
| get_message_source | The message exactly as it was received: headers, both bodies, source. Useful when a finding points at a header and the agent needs to see what it actually sent rather than what it believes it sent. |