Cole Maclean

Results 21 comments of Cole Maclean

Last two lines meaning? ``` print('success') #emulating work of other asyncio tasks... await asyncio.sleep(3) ```

I'm kind of stuck on a fix for this, since this isn't very reproducible (depends on when garbage collection happens relative to loop shutdown). Note though that the warning should...

Hmm, this is sort of addressed in the 2.0 branch using `source_address`: https://github.com/cole/aiosmtplib/pull/167 It's very overdue, I just haven't had the time to dedicate to this project to 2.0 ready...

Not currently, but I could have a look. What kind of proxy? SOCKS?

I was just going to add documentation for the sample above. aiohttp_socks doesn't say deprecated in the repo, but it hasn't been updated in a while.

@starfear the only example I have is the one above. The `send` API opens and closes the connection to the server each time it's called. I'm not sure how we...

Sorry, I missed this - does it work if you omit the ``recipients`` keyword argument from ``aiosmtplib.send``?

Going to reopen as a reminder to add a testing section to the docs 🙂

Closing for no activity as similar tests work for me. Please re-open if needed.

The newest beta (v2.0.0b0) improves this situation slightly by checking for STARTTLS support and upgrading the connection automatically if it's present by default. The TLS on connect situation isn't really...