-
-
10 Oct 2016 03:08:27 UTC
- Distribution: Net-SMTP-SSL
- Module version: 1.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (2384 / 0 / 0)
- Kwalitee
Bus factor: 1- 86.96% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- IO::Socket::SSL
- Net::SMTP
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.NAME
Net::SMTP::SSL - SSL support for Net::SMTP
SYNOPSIS
use Net::SMTP::SSL; my $smtps = Net::SMTP::SSL->new("example.com", Port => 465);
DEPRECATED
Hey! Read this!
Since Net::SMTP v1.28 (2014-10-08), Net::SMTP itself has support for SMTP over SSL, and also for STARTTLS. Use Net::SMTP, not Net::SMTP::SSL.
DESCRIPTION
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of
Net::SMTP
'snew
method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port465
is usually what you want, and it's not a pain to specify that.For interface documentation, please see Net::SMTP.
SEE ALSO
Net::SMTP, IO::Socket::SSL, perl.
AUTHOR
Casey West, <casey@geeknest.com>.
COPYRIGHT
Copyright (c) 2004 Casey West. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Net::SMTP::SSL, copy and paste the appropriate command in to your terminal.
cpanm Net::SMTP::SSL
perl -MCPAN -e shell install Net::SMTP::SSL
For more information on module installation, please visit the detailed CPAN module installation guide.