В Python есть удобный почтовый debug-сервер. Он поможет проверить работу почты вашего web-проекта на этапе разработки без необходимости настраивать внешние сервисы или взаимодействие с реальными серверами Google или Yandex. Этот сервер просто печатает все сообщения в консоль.
Таким образом удобно дебажить одноразовые ссылки активации или просто факт отправки письма по расписанию.
Запускается очень просто:
python3 -m smtpd -n -c DebuggingServer localhost:1025
Теперь настройте ваш проект на использование этого сервера. Например вот так настраивается Django:
# settings.py
if DEBUG:
EMAIL_HOST = 'localhost'
EMAIL_PORT = 1025
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
DEFAULT_FROM_EMAIL = '[email protected]'
#django#tricks
🎯🇺🇸TULSI GABBARD GRILLED ON IRAN WAR INTEL
🔹 DNI Gabbard testifies Iran regime largely degraded but CONTRADICTS Trump on nuclear restart claims 🏛️
🔹 Democrats demand: Did intel show imminent threat before strikes? Gabbard deflects all questions to president 🔥
🔹 BOMBSHELL: Iran nuclear program obliterated by Operation Midnight Hammer — zero rebuilding since 2025 💣
🔹 Joe Kent RESIGNS from counterterrorism post citing no imminent threat, Israeli lobby influence ⚰️
Former No War advocate now defends Trump action — but Senate hearing explodes with tensions 💀
#USNews#TulsiGabbard
@america
A new security scandal has hit the #Trump administration as media reports a major data breach exposing senior U.S. security officials’ information online.
According to an investigation by the German magazine #DerSpiegel, phone numbers, email addresses, and even passwords belonging to top U.S. security officials were found online.
Among those affected are National Security Advisor #MikeWaltz, Vice-President #JDVance, #CIA Director #JohnRatcliffe, White House chief of staff #SusieWiles, U.S. Intelligence Coordinator #TulsiGabbard, and Secretary of Defense #PeteHegseth.
The group debated policy and discussed operational details about the impending US military strike on #Yemen – conversations that provided a rare near-real-time look at the inner workings of Trump's senior #nationalsecurity team.