"To send Message :" has a little bug
eric999j opened this issue · 1 comments
eric999j commented
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
fixed thanks