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

Setting up mailer #795

Open
Loknath-Das opened this issue Sep 5, 2024 · 3 comments
Open

Setting up mailer #795

Loknath-Das opened this issue Sep 5, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Loknath-Das
Copy link

Problem statement

I want to be able to setup mailer for my current setup as we are using CISO as our GRC, and I'm running CISO using docker compose, and I have read the documentation but as of right now I can't seem to have much clarity about how to achieve this. I have tried setting up the env variables in ".bashrc" file. But nothing seems to be working. Would really appreciate if I get the steps to set this up and running.

@Loknath-Das Loknath-Das added the question Further information is requested label Sep 5, 2024
@ab-smith
Copy link
Contributor

ab-smith commented Sep 5, 2024

Hello @Loknath-Das
Basically the env variables need to be passed to the backend service, so you'll do that on the compose file, not the .bashrc. This thread on Discord should help:

https://discord.com/channels/1155083727932764190/1256434442776612934

Let me know if it covers your need.
Regards

@githubedu
Copy link

Is there a way to test if the configuration is working?

I'm following the logs of the backend container, but can't see any error or message related to sending mail.
For example, when a new user is created I suppose an mail will be send to the new user, but nothing happen. Not sure is a email sending error, or it does not send an email anyway.

@Mohamed-Hacene
Copy link
Collaborator

Hi @githubedu,

Normally you should see a toast to warn you if the user was created and the mail was not sent correctly. If you don't get it, there should be a problem with the mailing configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants