From a6fb7d2bc2f8704c23cca53ee9e7603b27d2a6d9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 1 Nov 2023 15:56:06 +0800 Subject: mail/rubygem-actionmailer71: Add rubygem-actionmailer71 7.1.1 Action Mailer is a framework for designing email service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a blog to accept new posts from an email (which could even have been sent from a phone). --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 7dc4b7581784..1d79b8e3b0d8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -595,6 +595,7 @@ SUBDIR += rubygem-actionmailer60 SUBDIR += rubygem-actionmailer61 SUBDIR += rubygem-actionmailer70 + SUBDIR += rubygem-actionmailer71 SUBDIR += rubygem-email_reply_parser SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-email_reply_trimmer -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0