В 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
Pica is an eating disorder where people crave and eat non-food items like dirt, hair, metal, or chalk. It can be linked to nutritional deficiencies or mental health issues. Pica is a compulsive behavior that can lead to health problems but is treatable with medical care.
🍽️🧠🍴🪴🧱
[read more 1]
[read more 2]
@googlefactss
#Pica#EatingDisorder#MentalHealth#HealthFacts#UnusualEating
Michel Lotito, known as "Monsieur Mangetout," ate a Cessna 150 plane over two years. Due to his condition Pica, he craved non-food items like metal, rubber, and glass. Lotito started eating the plane in 1978, chewing through everything from the wings to the engine. He also consumed bicycles, shopping carts, and televisions. Lotito passed away in 2007 at the age of 57. His feats earned him multiple spots in the Guinness World Records.
👨🍳🛩️🛠️🔩🚲
[Read more]
@googlefactss
#MichelLotito#MonsieurMangetout#WorldRecords#EatingMetal#Pica#UnusualDiet#Guinness