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