PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, February 20, 2022

[FIXED] How to send Email Reminder after a specific time using phpmyadmin and asp.net

 February 20, 2022     asp.net, c#, mysql, phpmyadmin     No comments   

Issue

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.


Solution

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



Answered By - Robin Potter
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing