blob: afcf7fb012860ebbcf4476bf1eddfe71fb548595 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001From fa085fedd9c406edcd4a1a256c025d5ff7f6c6de Mon Sep 17 00:00:00 2001
2From: Brendan O'Dea <bod@debian.org>
3Date: Thu, 20 Sep 2007 19:47:14 +1000
4Subject: Document the Net::SMTP 'Port' option
5
6Bug-Debian: http://bugs.debian.org/100195
7Bug: http://rt.cpan.org/Public/Bug/Display.html?id=36038
8
9Patch-Name: fixes/net_smtp_docs.diff
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010Upstream-Status: Pending
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011---
12 cpan/libnet/lib/Net/SMTP.pm | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/cpan/libnet/lib/Net/SMTP.pm b/cpan/libnet/lib/Net/SMTP.pm
16index afd017a..6ae7d9e 100644
17--- a/cpan/libnet/lib/Net/SMTP.pm
18+++ b/cpan/libnet/lib/Net/SMTP.pm
19@@ -738,6 +738,7 @@ Net::SMTP will attempt to extract the address from the value passed.
20
21 B<Debug> - Enable debugging information
22
23+B<Port> - Select a port on the remote host to connect to (default is 25)
24
25 Example:
26