Hotmail notification no longer working
See original GitHub issue❓ Question
This has been working for a couple years and I’ve not (knowingly) changed anything, but a month or so ago it stopped working.
I have my hotmail configured: <username>:<password>@hotmail.com
When I run this with -vvv I get:
apprise -vvv -t "test title" -b "test body" mailto://***:***@hotmail.com 2022-03-25 13:29:40,813 - INFO - Applying Microsoft Hotmail Defaults 2022-03-25 13:29:40,813 - DEBUG - Loaded E-Mail URL: mailtos://***:****@hotmail.com/?from=***%40hotmail.com&mode=starttls&smtp=smtp.live.com&user=***%40hotmail.com&format=html&overflow=upstream&rto=4.0&cto=15&verify=yes 2022-03-25 13:29:40,814 - DEBUG - Using selector: EpollSelector 2022-03-25 13:29:40,814 - INFO - Notifying 1 service(s) asynchronously. 2022-03-25 13:29:40,816 - DEBUG - Email From: Apprise Notifications <***@hotmail.com> 2022-03-25 13:29:40,817 - DEBUG - Email To: ***@hotmail.com 2022-03-25 13:29:40,817 - DEBUG - Login ID: ***@hotmail.com 2022-03-25 13:29:40,817 - DEBUG - Delivery: smtp.live.com:587 2022-03-25 13:29:40,818 - DEBUG - Connecting to remote SMTP server... 2022-03-25 13:29:55,858 - WARNING - A Connection error occurred sending Email notification to smtp.live.com. 2022-03-25 13:29:55,858 - DEBUG - Socket Exception: [Errno 99] Cannot assign requested address
Any suggestions?
thanks, david
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
OK I followed your testing directions and it worked. I got my test email.
sounds good. thanks