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

[Bug] Mailer Responder not working within tasks #846

Closed
SOCOST opened this issue Sep 8, 2020 · 1 comment
Closed

[Bug] Mailer Responder not working within tasks #846

SOCOST opened this issue Sep 8, 2020 · 1 comment
Labels
category:bug Issue is related to a bug

Comments

@SOCOST
Copy link

SOCOST commented Sep 8, 2020

Describe the bug
Last version of the responder "Mailer" is not sending any emails when executed within tasks, despite showing a success log. When the same Mailer with the same settings is executed within a case, the emails are sent without issues.

To Reproduce
Steps to reproduce the behavior:
Create a task and run the responder "Mailer_1_0"
Expected behavior:
Send an email to the mail account especified in the task description "mailto:xxx@xxx.com"

Complementary information

This is the report from Cortex:
{
"summary": {},
"full": {
"message": "message sent"
},
"success": true,
"artifacts": [],
"operations": [
{
"type": "AddTagToCase",
"tag": "mail sent"
}
]
}

Work environment

Client OS: Windows 10 v1909
Server OS: Ubuntu 20.04 LTS
Browse type and version: Chrome Versión 84.0.4147.105 (Build oficial) (64 bits)
Cortex version: 3.0.1-1
Cortex Analyzer/Responder name: Mailer 1.0
Cortex Analyzer/Responder version: 1.0

@SOCOST SOCOST added the category:bug Issue is related to a bug label Sep 8, 2020
@SOCOST SOCOST changed the title [Bug] Responder Mailer not working within tasks [Bug] Mailer Responder not working within tasks Sep 8, 2020
@SOCOST
Copy link
Author

SOCOST commented Sep 11, 2020

Resolved. The recipent address must be in the first line of the task description in order to work correctly

@SOCOST SOCOST closed this as completed Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

1 participant