Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aff6c74

Browse filesBrowse files
committed
Updated examples
1 parent 7f41073 commit aff6c74
Copy full SHA for aff6c74

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def reddit_filter(msg):
6666
return (msg.from_addr == 'noreply@reddit.com' and
6767
msg.subject == 'Verify your Reddit email address')
6868

69-
email = EMail('redditaccount@1secmail.com')
69+
email = EMail(address='redditaccount@1secmail.com')
7070
msg = email.wait_for_message(filter=reddit_filter)
7171
# get_activation_code(html=msg.html_body)
7272
```
@@ -75,7 +75,6 @@ Some other features:
7575
```python
7676
from tempmail.providers import OneSecMail
7777

78-
# Accept only emails from a specific domain
7978
email = OneSecMail()
8079

8180
# request_email(email=email.address)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.