scottmey
Forum Replies Created
-
Okay great. Buying you a beer dude!
I’m looking to take a custom field from the front end form and integrating it into the ‘wpuf_notify_post_mail’ function to replace the value of $to in wp_mail.
Have you messed with this at all?
Cheers
Okay, I found the function for the Administrator email in ‘wpuf-functions.php’ and have a fundamental understanding of how this works.
In my WP User Frontend form, I have a custom field I’ve created to add email addresses called ‘sendto’.
What I would like to do is append the ‘sendto’ field contents to the:
$to = get_bloginfo( 'admin_email');so something like:
$to = get_bloginfo( 'admin_email', $sendto );Is there a way for me to pass the value over for this post and append the Send To field value ?
Thanks!
Hey Otto ~
Would it be possible to use the same approach to store the auth token?
Cheers