Exclude selected mails from logging using wp_mail()?
-
Is there a way to tell POST SMTP to send emails using wp_mail() but not log them?
We are sending some important mails (I like to log them) and some very unimportant mails like a reminder e.g. and I would like to exclude those from adding unimportant mails to the log.
So it would be perfect if there would be a token within wp_mail() that excludes them.
Or I could even hardcode it – to ignore selected SUBJECTS (if there are hooks).Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.