diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-10-15 10:45:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-10-15 10:45:32 +0000 |
commit | aaaec77941c17dcaf5bdacfcffbe9e27f4be1e33 (patch) | |
tree | ed461a2f04ecf3d158407e512af1da81fb588fd3 /mail/Makefile | |
parent | 2c72bbc0c927a62791886b09f1c16a998e739573 (diff) |
This transport is used to send email over SMTP, either with or without
secure sockets (SSL/TLS). it uses the great Net::SMTPS.
This module is recommended than Email::Sender::Transport::TLS.
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/
Notes
Notes:
svn path=/head/; revision=370902
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 33824f8b1663..7dc5067792d0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -319,6 +319,7 @@ SUBDIR += p5-Email-Send SUBDIR += p5-Email-Sender SUBDIR += p5-Email-Sender-Transport-SMTP-TLS + SUBDIR += p5-Email-Sender-Transport-SMTPS SUBDIR += p5-Email-Sender-Transport-SQLite SUBDIR += p5-Email-Simple SUBDIR += p5-Email-Simple-FromHandle |