Send an Email to a user after a specific time passes?
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.
-
Hello @Majid Abu Rmelah, This is likely a function built into the PHP script itself (or you may have a cron job setup to run a PHP script at set intervals). I recommend contacting the developer or support team for the specific script to ask about the exact method they use. Thank you. 0 -
Hey there, thank you for your replay. Where can I contact the developer or support team to help me with this? 0 -
Hello @Majid Abu Rmelah, Do you know where you purchased or downloaded the script from? What is the script name? Was it a custom script that someone developed for you? Thank you. 0 -
Hello @Majid Abu Rmelah, Do you know where you purchased or downloaded the script from? What is the script name? Was it a custom script that someone developed for you? Thank you.
I use phpMyAdmin through WampServer. I downloaded it for free from their website.0 -
I use phpMyAdmin through WampServer. I downloaded it for free from their website.
Hello, phpMyAdmin is used to manage your MySQL databases and should already be available from within the cPanel UI (cPanel >> Home >> Databases >> phpMyAdmin). What's the name of the script you installed on your website that makes use of a MySQL database? Thank you.0 -
Hello, phpMyAdmin is used to manage your MySQL databases and should already be available from within the cPanel UI (cPanel >> Home >> Databases >> phpMyAdmin). What's the name of the script you installed on your website that makes use of a MySQL database? Thank you.
I have a localhost phpmyadmin through WampServer application.0 -
Hello @Majid Abu Rmelah, phpMyAdmin is used to manage your MySQL databases. You will need to identify the name of the script that utilizes the MySQL database (e.g. WordPress, Joomla), as opposed to identifying how the database is managed (e.g. phpMyAdmin). Thank you. 0 -
Hello @Majid Abu Rmelah, phpMyAdmin is used to manage your MySQL databases. You will need to identify the name of the script that utilizes the MySQL database (e.g. WordPress, Joomla), as opposed to identifying how the database is managed (e.g. phpMyAdmin). Thank you.
After searching and digging on the internet, it seems like I asked the wrong question. What I need is Windows Task Scheduler. Thank you for your time and effort. Regards, Majid Abu Rmelah.0
Please sign in to leave a comment.
Comments
8 comments