Skip to content

Al0nnso/WebcamNotToy

Repository files navigation


Webcam Not a Toy

A webcamtoy website phishing to send photos in email
My Video


photo --> your email

Features

  • API Email Service ( ElasticEmail )
  • Send Webcam Photo by email after shoot

Deploy

  • I'm using heroku
  • Create a heroku app
  • Fork this repository on yout github
  • Connect your github with heroku video example
  • Add heroku/php buildpack
  • Done!

Email API

var _EMAIL="your_elastic_email@gmail.com"
var _PASS="your_elastic_api_key"
var _TO="your_email@gmail.com"
var _HOST='smtp.elasticemail.com'

Email.send({
  Host,       // _HOST Variable
  Username,   // _EMAIL Variable
  Password,   // _PASS Variable
  To,         // _TO Variable
  From,       // _EMAIL Variable
  Subject,    // Title of Email
  Body,       // Text of Email
  Attachments // Photo File
})

About

A webcamtoy website phishing to send photos in email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published