wc_mail – WooCommerce Core Function

The following useful function is found in the includes/wc-core-functions.php and can be used by themes and plugins.

Used to send an email using the WooCommerce email templates.

wc_mail( $to, $subject, $message, $headers = "Content-Type: text/htmlrn", $attachments = "" )