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 ?

631

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.

People are also looking for solutions to the problem: php - Retrieving return value of a method in IDE

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.