Repository is archived
No commit activity in last 3 years
No release in over 3 years
This rails plugin provides a simple page giving the ability to add, edit and remove Mailgun mailing lists.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
~> 4.2.6
 Project Readme

This gem is discontinued and no longer maintained

Mailgun list manager

A web interface to interact with mailgun's mailling lists.

Installation

gem 'mailgun_list_manager', '~> 0.0.1'

Add to your config file the following:

MailgunListManager.configure do |config|
  # Mailgun API key
  config.apikey = Rails.application.secrets.mailgun_api_key
  # Mailgun domain
  config.domain = Rails.application.secrets.mailgun_domain
end

Navigate to /mailgun_list_manager and enjoy editing your mailing lists. Important do not forget to secure the entry point since anyone accessing the page will be able to freely edit, remove or add groups.

Features

  • List mailling lists
  • Edit lists' informations
  • List members of a list
  • Add a member to a list
  • Remove a member from a list
  • Create a list
  • Remove a list
  • Print a list