Guest User

Untitled

a guest
Nov 1st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const emailServer = emailjs.server.connect({
  2. user: "myemail@gmail.com",
  3. password: "mypassword",
  4. host: "smtp.gmail.com",
  5. port: 465,
  6. ssl: true
  7. });
  8.  
  9. ➜ MyApp git:(master) firebase functions:config:get
  10. {
  11. "gmail": {
  12. "email": "myemail@gmail.com",
  13. "password": "mypassword"
  14. }
  15. }
Add Comment
Please, Sign In to add comment