В 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
#FTM/USDT analysis :
#FTM is currently in a bullish trend, characterized by higher highs and higher lows, with consistent support along the trendline. The price is expected to rebound from its current level and test previous highs. A breakout above the $0.8800 level would present an optimal entry point for further upward movement.
TF : 1D
Entry : $0.8800
Target : $1.4000
SL : $0.6550
#FTM/USDT analysis :
#FTM is currently consolidating sideways within the support and resistance zone. The price is bouncing back from the support zone and is anticipated to sustain its momentum and test the previous swing high within the resistance zone.
TF : 30min
Entry : $0.4193
Target : $0.4314
SL : $0.4127
#FTM +%70 🤑🤑
CoinLegs users enjoying their profits while not charting.
Why don't you?
Let the algorithm notify when market structure breaks occur.
Make the trading easier with CoinLegs tools!