
module.exports = 
  
  protocol: "smtp "#  mail/sendmail/smtp

  _protocols: ['smtp'] # emailjs - only supports smtp

  smtp_host: "smtp.gmail.com" #  SMTP Server.  Example: mail.earthlink.net
  smtp_user: "" #  SMTP Username
  smtp_pass: "" #  SMTP Password


