[wp-hackers] Help with wp_mail(), PHPMailer, and CC vs BCC

Mike Walsh mpwalsh8 at gmail.com
Wed Oct 9 15:22:24 UTC 2013


This is perfect, thanks very much, it is exactly what I was looking for.

Mike


On Wed, Oct 9, 2013 at 3:56 AM, Thomas Scholz <info at toscho.de> wrote:

> Mike Walsh:
>
>  Is there a way to determine if wp_mail() has indeed been overloaded?
>>
>
> Use the Reflection API.
> <http://www.php.net/manual/en/**book.reflection.php<http://www.php.net/manual/en/book.reflection.php>
> >
>
> $reflection = new ReflectionFunction( 'wp_mail' );
> print $reflection->getFileName();
>
> Thomas
> ______________________________**_________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.**com <wp-hackers at lists.automattic.com>
> http://lists.automattic.com/**mailman/listinfo/wp-hackers<http://lists.automattic.com/mailman/listinfo/wp-hackers>
>



-- 
Mike Walsh - mpwalsh8 at gmail.com


More information about the wp-hackers mailing list