Skip to content

Commit af3e383

Browse files
axelradiofelixhammerl
authored andcommitted
Update README.md
Need to call function connect to begin, and before connection events !
1 parent d490f45 commit af3e383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Create `SmtpClient` object with:
1313
```javascript
1414
import SmtpClient from 'emailjs-smtp-client'
1515
var client = new SmtpClient(host, port, options)
16+
client.connect()
1617
```
1718

1819
where

0 commit comments

Comments
 (0)