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

build SMTP integration for threats logging #40

Closed
giovannialberto opened this issue Aug 5, 2022 · 2 comments · Fixed by #201
Closed

build SMTP integration for threats logging #40

giovannialberto opened this issue Aug 5, 2022 · 2 comments · Fixed by #201
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@giovannialberto
Copy link
Member

Implement a Pulsar module to send out Pulsar threat notifications via email through SMTP.

@giovannialberto giovannialberto added enhancement New feature or request good first issue Good for newcomers labels Aug 5, 2022
@giovannialberto giovannialberto added the hacktoberfest Good first issues for Hacktoberfest 2022 label Oct 18, 2022
@banditopazzo banditopazzo removed the hacktoberfest Good first issues for Hacktoberfest 2022 label Feb 6, 2023
@mxdblcf
Copy link

mxdblcf commented Aug 18, 2023

Hello, I have some ideas to complete this SMTP issue. I would like to confirm whether the final mode of use presented to users is terminal command or other methods.

@banditopazzo
Copy link
Member

hi, sorry for responding late I was on vacation last week.

honestly I didn't understand what you mean.

however the module should be similar to this example.

basically it should read configuration using the already provided method on ModuleContext, instantiate a sort of "smtp client" and then watch for incoming threats from the bus and send them using this object.

it should do this operation in the usual loop-tokio::select way, like the example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants