alvinlucillo / is238telegrambot

0 stars 0 forks source link

CHORE: Code Refactoring, Bug Fixing, and Folder Restructuring #4

Closed edsangel closed 2 years ago

edsangel commented 2 years ago

Added the email functionality and fixed the bug on REPORT keyword. Additional updates were for code refactoring and folder restructuring.

Instruction on how to make the email notification works

  1. Sign up on Mailgun via Github Student Developer Pack
  2. Once done, you'll be provided with the credentials (i.e. Host, Port, Username, Password)
  3. Create an .env file and include the following properties: EMAIL_HOST= EMAIL_PORT= EMAIL_USER= EMAIL_PASS= EMAIL_RECIPIENT= (this could be your email address for testing purposes)