I am creating a premium theme that includes a Contact page template. Currently, I am using the wp_mail() function to send the contact email to the administrator-specified email address.
Basically, I am wondering if the wp_mail() function is the best/expected choice for implementing email functionality in a premium WordPress theme? If it is not, what would be the better option?