-
Notifications
You must be signed in to change notification settings - Fork 156
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
Mails.java:47-53: Implement Mails agent. Similar to... #830
Comments
@yegor256 attached this issue to milestone "0.3" (let me know if this is wrong) |
Closed
@alex-palevsky this is postponed. |
@original-brownbear OK, I put "postponed" label here |
@original-brownbear I will try to find someone else |
@original-brownbear Thanks, closing it now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Puzzle
748-9cbe7474
insrc/main/java/com/rultor/agents/Mails.java: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-2015.If you have any technical questions, don't ask me, submit new tickets instead
The text was updated successfully, but these errors were encountered: