Should I use the standard wp_mail() function for a premium theme?

Yes, you should use wp_mail(). There is no difference between a premium theme and a regular theme in this point. wp_mail() has many advantages and your clients will rely on it. If you break it, many plugins will not work anymore.

Besides that, it is not the job of a theme to change this functionality. There are plugins to replace the function.

Leave a Comment