Tagged Questions
1
vote
1answer
178 views
Should I use the standard wp_mail() function for a premium theme?
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 ...