From b80d74f2e88cd40b56adc58804a07a59ac30dc47 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 27 Jun 2019 12:22:32 +0200 Subject: [PATCH] removed duplicate info in docs --- doc/messages.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/messages.rst b/doc/messages.rst index fac402c6e..a3431a47c 100644 --- a/doc/messages.rst +++ b/doc/messages.rst @@ -520,9 +520,8 @@ Setting ``To:`` Recipients or ``addTo()`` methods of the message. To set ``To:`` recipients, create the message object using either ``new -Swift_Message( ... )`` or ``new Swift_Message( ... )``, then call the -``setTo()`` method with a complete array of addresses, or use the ``addTo()`` -method to iteratively add recipients. +Swift_Message( ... )``, then call the ``setTo()`` method with a complete array +of addresses, or use the ``addTo()`` method to iteratively add recipients. The ``setTo()`` method accepts input in various formats as described earlier in this chapter. The ``addTo()`` method takes either one or two parameters. The @@ -558,9 +557,8 @@ Setting ``Cc:`` Recipients message. To set ``Cc:`` recipients, create the message object using either ``new -Swift_Message( ... )`` or ``new Swift_Message( ... )``, then call the -``setCc()`` method with a complete array of addresses, or use the ``addCc()`` -method to iteratively add recipients. +Swift_Message( ... )``, then call the ``setCc()`` method with a complete array +of addresses, or use the ``addCc()`` method to iteratively add recipients. The ``setCc()`` method accepts input in various formats as described earlier in this chapter. The ``addCc()`` method takes either one or two parameters. The @@ -596,9 +594,8 @@ Setting ``Bcc:`` Recipients it, and are set with the ``setBcc()`` or ``addBcc()`` methods of the message. To set ``Bcc:`` recipients, create the message object using either ``new -Swift_Message( ... )`` or ``new Swift_Message( ... )``, then call the -``setBcc()`` method with a complete array of addresses, or use the ``addBcc()`` -method to iteratively add recipients. +Swift_Message( ... )``, then call the ``setBcc()`` method with a complete array +of addresses, or use the ``addBcc()`` method to iteratively add recipients. The ``setBcc()`` method accepts input in various formats as described earlier in this chapter. The ``addBcc()`` method takes either one or two parameters.