manyuanrong / deno-smtp

SMTP implements for deno
MIT License
78 stars 26 forks source link

README #12

Closed straker741 closed 3 years ago

straker741 commented 4 years ago

Hello, first I would like to thanks you for this package for deno.

Works nicely, but I have noticed that part of the read me is not correct. Specifically, the part explaining use case with gmail. Firstly, there is a typo, in line: --hostname: "smtp.gamil.com",--. Secondly, interface ConnectConfig doesnt have a "tls" key (parameter).

Suggestions for the future: I noticed, when sending, I can only send email to only one person. Would be nice to implement possibility to send to multiple people by giving an array.

Again, thank you. Eventhough there is still a way to upgade, it is still a good work.