guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

Fix int parse #65

Closed alancnet closed 5 years ago

alancnet commented 5 years ago

As requested, added the appropriate substr code.

Description

This change is not actually necessary, as parseInt('250 OK') === 250, but it is more explicit.

Motivation and Context

Being a good community member.

How Has This Been Tested?

Yes

Screenshots (if appropriate):

Types of changes

Checklist: