Support

Account

Home Forums General Issues Have a CPT Form Send an Email Reply To: Have a CPT Form Send an Email

  • You should be able to throw this in before the return, building the variables first.
    <?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>

    http://codex.wordpress.org/Function_Reference/wp_mail has the details.