В 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
Программирование на React мы все любим. Так вот у них там бывают баги со состояниями. Тут контора задротов (где казалось бы всё должно быть идеально даже в бете ) отличилась Яндекс Музыка на эту же тему . Создал я вчера плейлист , добавил туда песни. Сегодня слушаю и понимаю что у меня просто бесит это песня на китайском в конце плейлиста - удалил и поставил на повтор листа. И что вы думаете Яндекс музыка врубила мне это удаленную песню.
#Bugs
At first most will be oblivious. When learning of its inclusion as an additive, most won't care as they didn't taste it. This in turn will make them more susceptible to consuming larger pieces and eventually whole #bugs. Then similar strategies will be used for worms etc until the masses are consuming whatever the #globalists dictate.
It's also logical that on such a scale the bugs are synthetic and containing nano-technology. The climate excuse is ridiculous! Do people not realise what would result with the absence of real bugs from the ecological environment? Has nobody seen Arachnophobia?!
https://summit.news/2023/01/25/crushed-bug-additive-is-now-included-in-pizza-pasta-cereals-across-the-eu/
Ethereum Testnet Faces Pectra Hardfork Issues
Ethereum's Sepolia testnet encountered a failure post Pectra hardfork activation, halting transaction processing. Developers resolved a bug in the deposit contract within six hours. Prior to this, issues with slot finalization arose in the Holesky testnet. The mainnet launch for Pectra is still set for early April without reported delays, accompanied by a $2M bounty campaign until March 24.
#Ethereum#Sepolia#Pectra#blockchain#crypto#technology#devops#networking#bugs#fintech#bountycampaign#mainnet#Holessky#cryptonews#update#softwaredev#smartcontracts#DeFi#testing