В 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
#ETHFI
Here's a closer look at the technical analysis:
• Volume has been steadily increasing over the past three days.
• The 5-day Exponential Moving Average (EMA5) has crossed over the 20-day EMA, indicating a positive trend.
• While the Relative Strength Index (RSI) is high in lower time frames, it remains relatively low on the daily chart.
The price has broken out of resistance with significant volume. If it can sustain this momentum without retracing back into the previous range, there's potential for further upward movement