yahoo-link
v2.0.0
Published
Create Yahoo mail compose links, mailto-style
Maintainers
Readme
yahoo-link

Generate a Yahoo mail compose link, mailto-style
Install
$ npm install --save yahoo-linkUsage
var yahooLink = require('mailto-link')
yahooLink({to: '[email protected]', subject: 'Nice lib'})
//=> http://compose.mail.yahoo.com/?subject=Nice%20lib&to=bvdrucker%40gmail.comAPI
yahooLink(options) -> string
options
Required
Type: object
to / cc / bcc
Type: string / array[string]
List of emails to send to.
subject
Type: string
The email subject.
body
Type: string
The email body.
License
MIT © Ben Drucker
