Leo De Oliveira
Leo De Oliveira
is there an estimated release date for 4.x?
Sure can! `# We set our Guerrilla email.` `email_session = GuerrillaMailSession()` `temp_email = email_session.get_session_state()['email_address']` `sleep(15)` `for x in iter(context.email_session.get_email_list()): print(x.body)` I have some Code in between that handles the Registration...
Could you give me an example? Do you mean i would have to do a request to the api itself and not use the repo the GuerrillaMailSession() for me to...
sorry i'm having a similar issue, could you please elaborate a bit more?