From 921148a58df1c59bcb2ea5c863e5742a95f040c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Wed, 6 Dec 2017 10:16:22 +0200
Subject: [PATCH] Rephrase smtpsend() description
---
lib/Mail/Internet.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Mail/Internet.pod b/lib/Mail/Internet.pod
index a6c42b7..61810b7 100644
--- a/lib/Mail/Internet.pod
+++ b/lib/Mail/Internet.pod
@@ -300,8 +300,8 @@ passed on to L<Mail::Mailer::new()|Mail::Mailer/"Constructors">.
=item $obj-E<gt>B<smtpsend>( [OPTIONS] )
-Send a Mail::Internet message using direct SMTP. to the given
-ADDRESSES, each can be either a string or a reference to a list of email
+Send a Mail::Internet message using direct SMTP to the given addresses,
+each of which can be either a string or a reference to a list of email
addresses. If none of C<To>, <Cc> or C<Bcc> are given then the addresses
are extracted from the message being sent.
--
2.14.1