Muhammad El-Sergani
Muhammad El-Sergani
Hi there, did you get past this point?
Hi, I updated my script to match the one in the project examples: ``` import logging from marrow.mailer import Message, Mailer logging.basicConfig(level=logging.INFO) mail = Mailer({ 'manager.use': 'futures', 'transport.use': 'smtp', 'transport.host':...
Hello, I came to the conclusion that Marrow Mailer doesn't work on Py2.6. Tested and working perfectly fine on Py2.7. Thanks //M
Digging around it seems like a Ventura bug... will update this case if ever it's resolved by Apple :/
> > Digging around it seems like a Ventura bug... will update this case if ever it's resolved by Apple :/ > > I think it's caused by call generatePrivoxyLauchAgentPlist...
It seems to have been an issue with MacOS indeed that was resolved in 13.3: https://youtu.be/f3slUk94QM0 I’m yet to upgrade and see if that gets resolved or not.
Just wanted to report that Ventura 13.3 didn't solve the issue.
Hello, I wanted to report back that 1.10.2 fixed the issue except in one condition; when starting the computer from a shutdown state I get the notifications.