Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Jan 7, 2022
1 parent 4f622ba commit 5888974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ header = Header(name='X-Mailer',
message.add_header(header)

header = Header.parse(header='X-Spam=0')
message.add_attachment(header)
message.add_header(header)
```

## SMTP Profiles
Expand Down

0 comments on commit 5888974

Please sign in to comment.