Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate BlackLight Tools #59

Open
6 tasks
DraxIndustries79 opened this issue Dec 21, 2022 · 1 comment
Open
6 tasks

Investigate BlackLight Tools #59

DraxIndustries79 opened this issue Dec 21, 2022 · 1 comment

Comments

@DraxIndustries79
Copy link

Story

Blacklight tools (Email, SMS, Cite) are not working in ARCE. This ticket is to investigate whether they are broken or were never implemented.

Image

Acceptance

  • Determined whether Email, SMS, Cite are broken or were never set up
  • Estimate work to enable each:
    • Email
    • SMS
    • Cite
  • Estimate work to hide them
@labradford
Copy link
Contributor

ENV vars that need to be set in prod:

    user_name: ENV['MAIL_USER'],
    password: ENV['MAIL_PASS'],
    address: ENV['MAIL_ADDRESS'],
    domain: ENV['MAIL_DOMAIN'],
    port: ENV['MAIL_PORT'],
    authentication: ENV['MAIL_AUTHENITCATION']

currently only mail_pass is setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Development
Development

No branches or pull requests

2 participants