Index: lib/ezutils/classes/ezmail.php
===================================================================
--- lib/ezutils/classes/ezmail.php	(revision 21486)
+++ lib/ezutils/classes/ezmail.php	(working copy)
@@ -635,8 +635,9 @@
         $headerNames = array();
         if ( !in_array( 'to', $excludeHeaders ) )
         {
+            $toHeaderContent = count( $this->ReceiverElements ) > 0 ? $this->composeEmailItems( $this->ReceiverElements ) : 'undisclosed-recipients:;';
             $headers[] = array( 'name' => 'To',
-                                'content' => $this->composeEmailItems( $this->ReceiverElements ) );
+                                'content' => $toHeaderContent );
             $headerNames[] = 'to';
         }
         if ( !in_array( 'date', $excludeHeaders ) )
