Skip to content

It will listen to db (couchdb) and as soon as a document being created, it publishes a email process to a rabbitmq

Notifications You must be signed in to change notification settings

yblee85/rabitmq_couchdb_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ / CouchDB / Email Application

You need to install RabbitMQ before use this app
you can specify sender email and couchdb user
-encrypt <your email account password> will give you encrypted value (without <>)
in order to specify sender email
in config.ini add [sender_email]\\n<your email account> (without <>)
[sender_email_encrypted_pass]\\n<encrypted password> (without <>)
or [sender_email_raw_pass]\\n<not ecrypted password> (without <>)
in order to specify couchdb user
in config.ini add [couchdb_user]\\n<your couchdb user name> (without <>)
[couchdb_user_encrypted_pass]\\n<encrypted password> (without <>)
or [couchdb_user_raw_pass]\\n<not ecrypted password> (without <>)

About

It will listen to db (couchdb) and as soon as a document being created, it publishes a email process to a rabbitmq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published