В 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
Habits we need to Avoid which drain our energy... 🙅🏼♂️❌
× Gossiping.
× Overthinking.
× Over stressed.
× Sleeping in late.
× Having a poor diet.
× Holding on to the past.
× Complaining all the time.
× Taking things personally.
× Fueling drama in the mind.
× Always checking social media.
#lifeLesson
━━━━━━━━━━━━━━━
Join us @OreosSpace🥀
THINGS THAT CAN CHANGE YOUR LIFE FOR THE BETTER
• Stop complaining and appreciate how lucky you are everyday.
• Embrace loneliness and renew yourself in the process.
• Say goodbye to the people that don't bring positive energy in your life.
• Set limit to the time you spend on the internet.
• Pick one skill and put all your effort into developing it.
• Commit to the goals you set and never look back.
• Exercise everyday to boost your mood.
• Learn from every mistake you make.
#lifelesson
@OreosSpace
🌿Suffering and Desire🦋
Buddha taught that there is suffering in this world, it is inevitable, and the root cause of suffering is mainly the desires we feel.
We want something, always, and feel miserable when we don't get it.
Stoicism teaches us to live in accordance with nature and to accept that suffering will manifest in different ways in our lives.
#Tuesday#Day-2
#Biographies#Inspiration
#lifelesson#Thought
🤔 Did something bad happen to you when you weren’t expecting it? You’re not going to put yourself in that situation again, are you? 😄 Learn this useful English expression that summarises this life lesson. Give this post a like, and ✍️ put your answer in the comments! Do you have a similar expression in your language?
🤩 Click on the link in our bio to learn some modern idioms!
Images: Getty
#learnenglish#advice#idioms#esl#efl#vocabulary#englishclass#phrases#expressions#oncebitten#britishenglish#lifelesson#inspiration#slang