Bug 210765 - [new port] mail/jwsmtp jwSMTP C++ code for sending email
Summary: [new port] mail/jwsmtp jwSMTP C++ code for sending email
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-02 20:52 UTC by Mohammad S. Babaei
Modified: 2016-07-11 20:16 UTC (History)
1 user (show)

See Also:


Attachments
mail/jwsmtp shar file (3.11 KB, text/plain)
2016-07-02 20:52 UTC, Mohammad S. Babaei
no flags Details
fix portlint warnings (3.15 KB, text/plain)
2016-07-02 21:25 UTC, Mohammad S. Babaei
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!