How can I send a followup mail 2 days after user signup in PHP WordPress?
993
I want to send a followup mail after 2 days of signup. What should be the process of coding ? Or can it be done by any plugin ?
I want to send a followup mail after 2 days of signup. What should be the process of coding ? Or can it be done by any plugin ?
People are also looking for solutions to the problem: php - Retrieving return value of a method in IDE
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.
Find the answer in similar questions on our website.
Answer
Solution:
For this you need to run cron job. you can create a cron job from cpanel or use like: https://wordpress.org/plugins/cronjob-scheduler/. this will trigger cron after 2 days. and you need to list of user email that signup last 2 days.