From 69d06ffa668dc8e1b76120fb2d0f3444abd56b99 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 28 Sep 2022 09:20:07 +0200 Subject: [PATCH] remove display names from envelope headers --- mailer.rst | 4 ---- 1 file changed, 4 deletions(-) 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']) ;