aboutsummaryrefslogtreecommitdiff
path: root/mail/jwsmtp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix options helperSunpoet Po-Chuan Hsieh2017-05-281-15/+2
| | | | | | | | | | - Fix OPTIONS_DEFAULT: remove DOCS which is added by framework - Convert to options helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441962
* New port: mail/jwsmtpKurt Jaeger2016-07-114-0/+74
jwSMTP is a GPL-licensed C++ library to facilitate sending email programmatically. All you need to worry about is who the mail is from, who to send it to and the message itself, no network coding necessary. It is able to send mail in html or plain format. jwSMTP can send attachments, send to multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP authentication. Do an MX lookup or send direct via an smtp server. Supported platforms are BSD, Linux and Windows. WWW: https://talk.mumbleface.net/jwsmtp/ PR: 210765 Submitted by: Mohammad S. Babaei <info@babaei.net> Notes: svn path=/head/; revision=418403