Was working through some automated tests, when I needed to test some profile registration/ confirmation email workflows. I recently started using
mailiniator to do registration emails, but I found the manual checking of emails and following their registration links tedious. I found a python package for mailinator that just used the
BeautifulSoup
library, but it didnt have all the features that the actual mailinator API had. So I created one. This wraps the actual API and maps the json responses to Python objects.
You can install easily with
pip install py-mailinator