python-guerrillamail icon indicating copy to clipboard operation
python-guerrillamail copied to clipboard

Python client for Guerrilla Mail temporary email server

Results 7 python-guerrillamail issues
Sort by recently updated
recently updated
newest added

required for example when we want to get the html link sent in email.

The guerrillamail website offers this and says that it's a beta feature; is there any way of sending emails from temporary emails with python-guerrillamail?

Added more extensive explanation to basic usage example; added example on continuously running client; added line about python3

As the title says I wanted to know if using your library is possible to set my own custom email rather than just getting a random one.

Hi! I'm trying to use the GuerrillaMailSession to generate an email and retrieve a verify your email message, but every time i retrieve the emails Body it returns as being...

changing line 331 to output = get_command(args.command).invoke(session, args).encode('utf-8') fixes it

To reproduce: `pip install --no-binary :all: python-guerrillamail` This error is returned: ``` Collecting python-guerrillamail Downloading python-guerrillamail-0.2.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...