awangga / outlook

Python library to read email from live, hotmail, outlook, office365 or any microsoft email service
337 stars 136 forks source link

"To send Message :" has a little bug #4

Closed eric999j closed 7 years ago

eric999j commented 7 years ago

In README.md

To send Message : ... mail.sendMail('recipient@email.com','subject','message body')

=> Should be mail.sendEmail('recipient@email.com','subject','message body')

awangga commented 7 years ago

fixed thanks