Bug 210765

Summary: [new port] mail/jwsmtp jwSMTP C++ code for sending email
Product: Ports & Packages Reporter: Mohammad S. Babaei <info>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Many People CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mail/jwsmtp shar file
none
fix portlint warnings none

Description Mohammad S. Babaei 2016-07-02 20:52:38 UTC
Created attachment 172046 [details]
mail/jwsmtp shar file

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/
Comment 1 Mohammad S. Babaei 2016-07-02 21:25:51 UTC
Created attachment 172047 [details]
fix portlint warnings

Ops! I forgot to run portlint before submission.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-07-11 20:14:02 UTC
testbuilds are fine
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-11 20:15:32 UTC
A commit references this bug:

Author: pi
Date: Mon Jul 11 20:14:30 UTC 2016
New revision: 418403
URL: https://svnweb.freebsd.org/changeset/ports/418403

Log:
  New port: mail/jwsmtp

  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>

Changes:
  head/mail/Makefile
  head/mail/jwsmtp/
  head/mail/jwsmtp/Makefile
  head/mail/jwsmtp/distinfo
  head/mail/jwsmtp/pkg-descr
  head/mail/jwsmtp/pkg-plist
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-07-11 20:16:02 UTC
Committed, thanks!