wp_mail / appthemes_send_email - admin & user notifications
Hi, is it possible to use the wp_mail function to send email notifications to users and admin (i.e. "listing published", "listing submitted", "listing claimed" etc - all of those transactional emails found in includes/emails.php).
I notice in includes/emails.php that the function is named appthemes_send_email (Vantage 3.0.6). I previously used Vantage about three years ago and in the older versions of Vantage emails were sent using wp_mail which Wordpress uses.
The reason I would like to override appthemes_send_email and to go back to using wp_mail instead is because I use a third-party service for handling transactional emails. This just helps deliver the emails with the correct signature so that they are less likely to end up in the recipient's spam box. The plugin can't deliver transactional email using a different method and requires wp_mail.
Can you help with how to override the appthemes_send_email function?
Thanks for your help.