summaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 15:56:05 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 15:56:05 +0800
commitd1887c1b96b5a2e32984aa5696fa97c77c289afd (patch)
tree15a6f26bed83d5e270d3f635ad9ee76c3ba5d9da /mail/Makefile
parent5486ece73365dff72bf07463c15d1aa78e4f8c80 (diff)
downloadfreebsd-ports-d1887c1b96b5a2e32984aa5696fa97c77c289afd.zip
mail/rubygem-actionmailbox71: Add rubygem-actionmailbox71 7.1.1
Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark, and SendGrid. You can also handle inbound mails directly via the built-in Exim, Postfix, and Qmail ingresses. The inbound emails are turned into InboundEmail records using Active Record and feature lifecycle tracking, storage of the original email on cloud storage via Active Storage, and responsible data handling with on-by-default incineration. These inbound emails are routed asynchronously using Active Job to one or several dedicated mailboxes, which are capable of interacting directly with the rest of your domain model.
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 99aead784f59..7dc4b7581784 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -587,6 +587,7 @@
SUBDIR += rubygem-actionmailbox60
SUBDIR += rubygem-actionmailbox61
SUBDIR += rubygem-actionmailbox70
+ SUBDIR += rubygem-actionmailbox71
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50