В 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
🚀 .eths domain name is live on TokenPocket! domain_eths
👉https://www.tokenpocket.pro/
.eths domains are a brand new type of domain for the web3 era, built on the foundation of #Ethscriptions.
💚From now on, if you transfer assets to the .eths domain holder's address, you can view their valuable .eths on TokenPocket_TP!
【Details】https://twitter.com/TokenPocket_TP/status/1732331561230745669
【Powered By】Crypto Box
🌳.tree domain name is live on TokenPocket! ForestTLD TokenPocket_TP
👉http://tokenpocket.pro
🟩Enjoy your #Ethscriptions Forest on TokenPocket Wallet. #Ethereum
🌳The .tree domain, a popular TLD on Ethscriptions, is dedicated to promoting environmental sustainability and introducing green initiatives to web3. It boasts a robust community and approximately 50,000 registrations, with the professional team of MetaForest.
【Details】https://twitter.com/TokenPocket_TP/status/1732594541361013195
【Powered By】Crypto Box