Home › Forums › General Issues › Reminder emails using ACF › Reply To: Reminder emails using ACF
Hi @onesizeup
Yes, this is very possible.
You can write a custom function which generates and sends an email. The content of this email can contain any data you wish, so yes, you can pull in an ACF value using get_field
.
Perhaps you would add an action to the save_post
, and use the ACF value to schedule a cron function to send out the email?
http://codex.wordpress.org/Category:WP-Cron_Functions
I’m not exactly sure how you want the functionality to work, but yes, you can load in an ACF value.
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.