Skip to content

RoyalZSoftware/newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter

Stupidly simple newsletter manager.

Its written in bash and PERL.

Capabilities

  • fully file system based
  • Subscribe email [with code verification]
  • Unsubscribe
  • Templating for newsletter issues
  • Log for sent email issues
  • Works with bash error codes and prints errors

Integration

Use whatever tech stack you want, as long as you can execute a OS command, you're ready to go.

API

$ ./bin/newsletter subscribe <email>
30f91 # this is the code
$ ./bin/newsletter confirm <email> <code>
$ echo $?
0 # worked
$ ./bin/newsletter unsubscribe <email>
$ echo $?
0 # worked

About

Simple newsletter management tool written in bash and perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published