about summary refs log tree commit
path: root/Net/SMTP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Net/SMTP.pm')
-rw-r--r--Net/SMTP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 9183e70..8219e8a 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -589,8 +589,8 @@ C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
 Possible options are:
 
 B<Hello> - SMTP requires that you identify yourself. This option
-specifies a string to pass as your mail domain. If not
-given a guess will be taken.
+specifies a string to pass as your mail domain. If not given localhost.localdomain
+will be used.
 
 B<Host> - SMTP host to connect to. It may be a single scalar, as defined for
 the C<PeerAddr> option in L<IO::Socket::INET>, or a reference to