-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User notification mail #12
Comments
Started implementing mail notifications.
For that reason, EmailSender class was created with |
mkristofic
added a commit
that referenced
this issue
Jan 5, 2020
EmailSender class was created which sends the image to the given receiver. The class constructor receives the camera number and data from the camera in byte format, saves the image to temp folder and sends an email with the image as attachment. Until a better solution is found, the email is sent from newly created gmail account and through gmail's SMTP server.
mkristofic
added a commit
that referenced
this issue
Jan 7, 2020
Changed the name of the image to indicate the date and time of the image.
kcuric
added a commit
that referenced
this issue
Jan 7, 2020
Due to version issues syntax for string formating has been downgraded.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the server side implement email sending to the user if detection has occurred on the camera. User should get the following info:
Send the email to your own email address or make a new email address for this purpose.
The text was updated successfully, but these errors were encountered: