yegor256 / rultor

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries
https://www.rultor.com
Other
561 stars 157 forks source link

Mails.java:47-53: Implement Mails agent. Similar to... #1157

Open 0pdd opened 7 years ago

0pdd commented 7 years ago

The puzzle 748-9cbe7474 in src/main/java/com/rultor/agents/Mails.java (lines 47-53) has to be resolved: Implement Mails agent. Similar to what we do in CommentsTag we should do here - send an email to all listed addresses. The body of the email should contain similar text to what we create for the tag comment. Postman's parameters are stored in Manifest.MF. We need 4 parameters: Rultor-SMTPHost, Rultor-SMTPPort, Rultor-SMTPUsername, Rultor-SMTPPassword. New instance of Mails must be created at Agents, after CommentsTag.

The puzzle was created by alevohin on 20-Jan-15.

Estimate: 30 minutes, role: IMP.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.

0crat commented 7 years ago

@yegor256 please, pay attention to this issue