Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GO Email Worker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stephan Handuwala
GO Email Worker
Commits
9079da3f
Commit
9079da3f
authored
Feb 15, 2019
by
Pasan Mallawaarachchi
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
email worker with build instructions
parent
e695b4f5
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
485 additions
and
0 deletions
+485
-0
config.yaml
config.yaml
+29
-0
worker.go
worker.go
+456
-0
No files found.
config.yaml
0 → 100644
View file @
9079da3f
couchdb
:
port
:
'
5984'
host
:
0.0.0.0
username
:
root
password
:
root
curl
:
check_mail
:
http://root:root@0.0.0.0:5984/outbox/_all_docs/?limit=1
#http://root:root@0.0.0.0:5984/outbox/_all_docs/?limit=1
get_outbox_mail
:
http://root:root@0.0.0.0:5984/outbox/
delete_outbox_mail
:
http://root:root@0.0.0.0:5984/outbox/
add_sent_mail
:
http://root:root@0.0.0.0:5984/sentitems/
add_mail_log
:
http://root:root@0.0.0.0:5984/mail_logs/
protocols
:
method
:
http://
requests
:
get
:
GET
post
:
POST
put
:
PUT
delete
:
DELETE
header_type
:
Content-Type
header_json
:
application/json
mailgun
:
domain
:
sandbox69b93297d9f045b5ae2383ee3b5d234c.mailgun.org
apikey
:
0b6326227e0797740c93e5cfffc901c1-49a2671e-e9e05eca
error_report
:
error_sender
:
qa@parkwaylabs.com
error_head
:
Email Worker Crashed
error_recipients
:
pasan@parkwaylabs.com
app_mode
:
production
:
"
0"
# 1, 0
worker.go
0 → 100644
View file @
9079da3f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment