Skip to content

Instantly share code, notes, and snippets.

@rizqyhi
Last active April 14, 2017 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rizqyhi/67b4f7bc45e4fe5f9f9327f267ac86c4 to your computer and use it in GitHub Desktop.
Save rizqyhi/67b4f7bc45e4fe5f9f9327f267ac86c4 to your computer and use it in GitHub Desktop.
Belajar Firebase Functions: Kirim Email dari Contact Form
{
"name": "contact-form-email",
"description": "Kirim email dari contact form dengan Firebase Functions",
"dependencies": {
"nodemailer": "^2.4.1",
"firebase-admin": "^4.1.1",
"firebase-functions": "^0.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment