Home › Forums › General Issues › Field last update date stamp? › Reply To: Field last update date stamp?
Headers can be tricky and are a common pitfall for spam filters if you are sending from an address that is different to the default site one. It should look a little bit like this however:
$headers = 'From: Edd <[email protected]>;' . "\r\n";
$headers .= 'Bcc: Admin <[email protected]>;' . "\r\n";
wp_mail($to, $subject, $message, $headers);
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.