An error occurred while fetching the assigned milestone of the selected merge_request.
config
config.js +3 -1
mailer.js +14 -3
package.json +1 -0
+ 3
- 1
@@ -28,6 +28,7 @@ module.exports = {
@@ -66,6 +67,7 @@ module.exports = {
@@ -75,4 +77,4 @@ module.exports = {
\ No newline at end of file
+ 14
- 3
@@ -7,9 +9,18 @@ var smtpTransport = nodemailer.createTransport({
@@ -25,4 +36,4 @@ var mailer = {
\ No newline at end of file
+ 1
- 0
@@ -42,6 +42,7 @@