Skip to content

Commit

Permalink
Merge 2651ba5 into 5c2d90e
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduykhanh committed Apr 4, 2018
2 parents 5c2d90e + 2651ba5 commit 1add5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Create and send email:
mail_from=("John Brown", "john@gmail.com"))
message.attach(data=open('Event.ics', 'rb'), filename='Event.ics')
r = message.send(mail_to=("Nick Jackson", "nick@gmail.com"))
r = message.send(to=("Nick Jackson", "nick@gmail.com"))
if r.status_code not in [250, ]:
# message is not sent, deal with this
Expand Down

0 comments on commit 1add5ac

Please sign in to comment.