skip to Main Content

Hello everyone and best regards,

To clarify the question, I have a table of users in my database on phpMyAdmin. Each time the user logs in, a column that is called “UserActivity” type DATETIME is updated in the table to the current date that the user logged in. Now, if the user did not log in for 15 days (half a month), he would receive an Email informing him to be active on my web site.

How is this possible? Is it with using MySQL Scheduled Event? Or by using a web service?

I would be really appreciated if you help me with this.

Much Love,

Majid Abu Rmelah.

2

Answers


  1. Chosen as BEST ANSWER

    I solved the problem by using Task Scheduler and making a windows form in visual studio.


  2. Since you are making an app, you can use Firebase (https://firebase.google.com/). Firebase makes it possible to send e-mails to the users for free.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search