config.js 174 B

12345678910
  1. const config = {
  2. host: 'mail.1473.cn',
  3. port: 25,
  4. user: 'postmaster@mail.1473.cn',
  5. pass: 'usestudio-1',
  6. subject: '雨云科技'
  7. }
  8. module.exports = config