简体   繁体   中英

How can I send a followup mail 2 days after user signup in PHP WordPress?

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 ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM