summaryrefslogtreecommitdiffstats
path: root/utils/inbucket.go
Commit message (Collapse)AuthorAgeFilesLines
* simplify things (#7735)Chris2017-10-301-4/+2
|
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-251-5/+19
|
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-4/+34
| | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-171-0/+115
* add docker container for inbucket * Add way to get the emails using inbucket and add a test for reset password * add config setting to send emails * update TestEmailTest update * add another test and fix wrong assert * update per review fix lint change senders email * Revert config.json to default values for EmailSettings section * update test * add setup to make the test run