Ticket #18926: 18926.diff
File 18926.diff, 338 bytes (added by , 13 years ago) |
---|
-
pluggable.php
440 440 try { 441 441 $phpmailer->Send(); 442 442 } catch ( phpmailerException $e ) { 443 do_action_ref_array( 'php_mailer_failed', array( &$phpmailer ) ); 443 444 return false; 444 445 } 445 446