diff --git a/mailer.rst b/mailer.rst index c6f13b64c0b..18a29affd02 100644 --- a/mailer.rst +++ b/mailer.rst @@ -554,7 +554,6 @@ and headers. mailer: envelope: sender: 'fabien@example.com' - # sender: 'Fabien ' (use this to add a display name) recipients: ['foo@example.com', 'bar@example.com'] headers: From: 'Fabien ' @@ -577,8 +576,6 @@ and headers. fabien@example.com - foo@example.com bar@example.com @@ -599,7 +596,6 @@ and headers. $mailer ->envelope() ->sender('fabien@example.com') - // ->sender('Fabien ') (use this to add a display name) ->recipients(['foo@example.com', 'bar@example.com']) ;