UNPKG

outlook-mail

Version:

Send outgoing mail with the outlook.com developer preview API.

17 lines (10 loc) 280 B
# outlook-mail Send outgoing mail to multiple recipients using the outlook developer preview v2 API Usage: ```js outlook_mail('mysubject', 'message', ['recipient@gmail.com'], access_token, function(err){ if (err){ } else { } }); ```