mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-03 19:33:36 +08:00
Merge branch 'master' of github.com:nodemailer/wildduck
This commit is contained in:
commit
7098c10d26
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Any other differences are most probably real bugs and unintentional.
|
|||
Create an email account and use your IMAP client to connect to it. To send mail to this account, run the example script:
|
||||
|
||||
```
|
||||
node examples/push-mail.js username@example.com
|
||||
node examples/push-message.js username@example.com
|
||||
```
|
||||
|
||||
This should "deliver" a new message to the INBOX of _username@example.com_ by using the built-in LMTP maildrop interface. If your email client is connected then you should promptly see the new message.
|
||||
|
|
Loading…
Reference in a new issue