View Single Post
  #2 (permalink)  
Old 10-31-2007, 12:15 PM
nyarlathotep nyarlathotep is offline
Junior Member
 
Join Date: Aug 2007
Posts: 4
Default

I don't know if you have resolved your problem.

If not: put the following statement before "foreach ($mail as $messageNum => $message)":
$mail->noop();

It works for me.

Bye
Reply With Quote