Skip to content

haskellweekly/listmonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listmonk

This repository is responsible for deploying Haskell Weekly's listmonk instance to Fly. Most people will be more interested in the haskellweekly/haskellweekly repository.

Initial setup

  1. Create a new user role
  • /admin/users/roles/users
  • Name doesn't matter
  • Needs lists:get_all and campaigns:* permissions
  1. Create a new user
  • /admin/users
  • Make sure it's an API user and that it's enabled
  • The username and name don't matter, but you'll need the username to configure Haskell Weekly
  • Use the role you just created
  • The list role can be "none", which is the default
  1. Store the user's API access token
  2. Create a new list
  • /admin/lists
  • Name doesn't matter
  • Type is private
  • Opt in is double
  • No tags or description
  • Not archived
  1. Store the list's ID and UUID
  2. Configure general settings
  • /admin/settings
  • These: site name, root URL, default from email, admin notification e-mails
  • Be sure to hit "save"
  1. Enable CAPTCHA under security settings
  2. Configure SMTP
  1. Configure bounce processing

Releases

No releases published

Packages

 
 
 

Contributors