add_action('wppizza_phpmailer_sent', 'my_custom_phpmailer',10,2);
function my_custom_phpmailer($mail,$mailsent){
if($mailsent){
//**do something with the $mail object (like fomat and then send to a different email to print or , curl, post or whatnot)
}
}
Author
Posts
Viewing 1 post (of 1 total)
The topic ‘using phpmailer / html emails’ is closed to new replies.