We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f41073 commit aff6c74Copy full SHA for aff6c74
README.md
@@ -66,7 +66,7 @@ def reddit_filter(msg):
66
return (msg.from_addr == 'noreply@reddit.com' and
67
msg.subject == 'Verify your Reddit email address')
68
69
-email = EMail('redditaccount@1secmail.com')
+email = EMail(address='redditaccount@1secmail.com')
70
msg = email.wait_for_message(filter=reddit_filter)
71
# get_activation_code(html=msg.html_body)
72
```
@@ -75,7 +75,6 @@ Some other features:
75
```python
76
from tempmail.providers import OneSecMail
77
78
-# Accept only emails from a specific domain
79
email = OneSecMail()
80
81
# request_email(email=email.address)
0 commit comments