Email Connector
Connect ArcherySec with your Email ticketing system by configering Email API into ArcherySec settings.
Before you begin
The prerequisites are:
- Email is running and accessible from ArcherySec server
- ArcherySec run.sh ran with below environment varable
EMAIL_HOST
# End point of SMTP serverEMAIL_USE_TLS
# True or FalseEMAIL_PORT
# SMTP Server PortEMAIL_HOST_PASSWORD
# SMTP Token or PasswordEMAIL_HOST_USER
# SMTP Server username
# archerysec start through run.sh
EMAIL_HOST=127.0.0.1 \
EMAIL_PORT=1025 \
EMAIL_USE_TLS=True \
EMAIL_PORT=1025 \
EMAIL_HOST_PASSWORD=test \
EMAIL_HOST_USER=test \
bash run.sh
Setup Steps
- Login into ArcherySec
- Go to Settings > Add Connector > Email
- Provide
Email Message :
# optional - Provide
Email Subject:
# optional - Provide
To Email
# email where you want to recieve notification
Check the connection status
!!! Congratulations you have successfully configured Email Connector
Troubleshooting and FAQ
Let us know if you have any issue or query at info@archerysec.com or raise issue