В 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
#STRAX/USDT analysis :
#STRAX is currently in an uptrend, forming higher highs (HHs) and higher lows (HLs). The price is currently in a correction phase, retracing to test previously respected support zone. It is advisable to wait for the price to retest this zone for a long entry, as higher targets are likely to be achieved.
TF : 1D
Entry : $0.06163
Target : $0.09200
SL : $0.05174
#STRAX/USDT analysis :
#STRAX is presently in an uptrend, creating higher highs (HHs) and higher lows (HLs) above the 200 Exponential Moving Average (200EMA). The price is expected to continue its bullish momentum and soon test previous swing high.
TF : 30min
Entry : $0.05323
Target : $0.05666
SL : $0.05125
Weekly RSI Detections by CoinLegs 🪙
If you are a long term trader, this post is just for you.
We sorted all the coins by RSI weekly values.
#STRAX#STPT#MKR#SUI#CAKE#PEPE
We have bunch of useful tools on CoinLegs platform. Join us!