Does anyone know an easy way to add logging functionality so that we can keep stats on subscribe 2 emails sent for checking purposes?
Worst case I have to customise Subscribe2 - add in some code before/after the wp_mail calls.
I was wondering if there was a way to add a hook to avoid having to customise the code?
Any ideas?