Skip to content

Commit

Permalink
Update Mail.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGISWILD authored Jan 9, 2023
1 parent 36e45c1 commit 56b6af4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Mail.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ void fillDat(void)
fclose(locBit4);
exit(0);
}
int Setup()
{
printf("First things first, read step 5, 6 & 7 carefully from the README.md\nPress enter to continue\n");
getch();
system("START https://myaccount.google.com/apppasswords");
}
int SendMail(int returnVal)
{
system("python mail.smtp");
Expand Down

0 comments on commit 56b6af4

Please sign in to comment.