0.0.1 • Published 11 years ago

friendpipe-protocol-mailto v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

friendpipe-protocol-mailto

SMTP email support for friendpipe.

Supported configuration keys

Configure these with $ friend set key value.

  • mailto.from: from address
  • mailto.service: preconfigured SMTP service, such as Gmail or Hotmail. See Nodemailer documentation for further information
  • smtp.username: auth username.
  • smtp.password: auth password. Warning: currently stored as cleartext!

The following options are not required if using a preconfigured service via the mailto.service option.

  • smtp.host
  • smtp.port
  • smtp.use-ssl
  • smtp.ignore-tls
  • smtp.domain