Send mail using built-in `wp_mail` function
-
Hello,
I am the author of Email Log WordPress plugin that allows users to log emails that are sent through WordPress.
Recently a user of my plugin complained that the mails that are sent through MailPoet plugin are not getting logged.
Upon investigating I found that you are sending the mails directly using PHP’s
mail
function, instead of calling WordPress built-inwp_mail
function which calls the filters that allows emails to be logged.Is there any specific reason for doing it? Also can you consider using
wp_mail
function instead? If you can’t can you atleast call the filters so that emails could be logged?If you need any more technical information regarding this then do let me know.
- The topic ‘Send mail using built-in `wp_mail` function’ is closed to new replies.