Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 807 Bytes

File metadata and controls

42 lines (35 loc) · 807 Bytes

TODO: [ ] MOCHA & CHAI

[ ] Cypress

[√] Finish Mailing System Featured on the Contact Us page.

Name Miracle Klein Username miracle.klein39@ethereal.email Password kfQ5hpaGK7g3VFGYJj


const transporter = nodemailer.createTransport({ host: 'smtp.ethereal.email', port: 587, auth: { user: 'miracle.klein39@ethereal.email', pass: 'kfQ5hpaGK7g3VFGYJj' } });

SMTP configuration Host smtp.ethereal.email Port 587 Security STARTTLS Username miracle.klein39@ethereal.email Password kfQ5hpaGK7g3VFGYJj IMAP configuration Host imap.ethereal.email Port 993 Security TLS Username miracle.klein39@ethereal.email Password kfQ5hpaGK7g3VFGYJj POP3 configuration Host pop3.ethereal.email Port 995 Security TLS Username miracle.klein39@ethereal.email Password kfQ5hpaGK7g3VFGYJj