guileen / node-sendmail

send mail without setting up a SMTP server

Home Page:http://guileen.github.com/node-sendmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect to a relay server

guileen opened this issue · comments

node-sendmail do not need a relay server, but it should can connect to a relay server

sendmail.sendmail({
  smtp: 'relayserver.com',
  user: 'username',
  pass: 'password',
  from: 'sender@relayserver.com',
  to: 'to@to.com',
  subject: 'subject', 
  content: 'content'
}, function(){})

@guileen Are you still wanting to add this in ?