dimashi

Results 2 comments of dimashi

I would use functionality of receiving emails. Maybe the long-term goal should be to have email client with API instead of UI :)

This is what I did: create client object once and keep it, because I want to keep unsent emails to resend in my send_email function: client.login(password) # I assume if...