if (cc && cc.length > 0) cc.forEach(function (email) {
                return form.append('cc', email);
              });