File tree Expand file tree Collapse file tree 4 files changed +4
-24
lines changed
Expand file tree Collapse file tree 4 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33import { newsletterTemplates } from " @/templates/email/newsletter" ;
44import { Divider } from " @mui/material" ;
55import { createMailtoLink } from " ../../../app/templates/email" ;
6- import {
7- OWNER_ORGANIZATION_EMAIL ,
8- SUPPORT_EMAIL ,
9- } from " ../../../app/templates/email/config" ;
6+ import { OWNER_ORGANIZATION_EMAIL } from " ../../../app/templates/email/config" ;
107
118export const contentId = " home" ;
129
@@ -57,7 +54,6 @@ export const contentId = "home";
5754 buttonUrl: createMailtoLink (" de" , {
5855 recipients: {
5956 to: OWNER_ORGANIZATION_EMAIL ,
60- bcc: SUPPORT_EMAIL ,
6157 },
6258 template: bugReportTemplates ,
6359 subject: " Visualize Bug Report" ,
@@ -71,7 +67,6 @@ export const contentId = "home";
7167 buttonUrl: createMailtoLink (" de" , {
7268 recipients: {
7369 to: OWNER_ORGANIZATION_EMAIL ,
74- bcc: SUPPORT_EMAIL ,
7570 },
7671 template: featureRequestTemplates ,
7772 subject: " Visualize Feature Request" ,
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33import { newsletterTemplates } from " @/templates/email/newsletter" ;
44import { Divider } from " @mui/material" ;
55import { createMailtoLink } from " ../../../app/templates/email" ;
6- import {
7- OWNER_ORGANIZATION_EMAIL ,
8- SUPPORT_EMAIL ,
9- } from " ../../../app/templates/email/config" ;
6+ import { OWNER_ORGANIZATION_EMAIL } from " ../../../app/templates/email/config" ;
107
118export const contentId = " home" ;
129
@@ -55,7 +52,6 @@ export const contentId = "home";
5552 buttonUrl: createMailtoLink (" en" , {
5653 recipients: {
5754 to: OWNER_ORGANIZATION_EMAIL ,
58- bcc: SUPPORT_EMAIL ,
5955 },
6056 template: bugReportTemplates ,
6157 subject: " Visualize Bug Report" ,
@@ -69,7 +65,6 @@ export const contentId = "home";
6965 buttonUrl: createMailtoLink (" en" , {
7066 recipients: {
7167 to: OWNER_ORGANIZATION_EMAIL ,
72- bcc: SUPPORT_EMAIL ,
7368 },
7469 template: featureRequestTemplates ,
7570 subject: " Visualize Feature Request" ,
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33import { newsletterTemplates } from " @/templates/email/newsletter" ;
44import { Divider } from " @mui/material" ;
55import { createMailtoLink } from " ../../../app/templates/email" ;
6- import {
7- OWNER_ORGANIZATION_EMAIL ,
8- SUPPORT_EMAIL ,
9- } from " ../../../app/templates/email/config" ;
6+ import { OWNER_ORGANIZATION_EMAIL } from " ../../../app/templates/email/config" ;
107
118export const contentId = " home" ;
129
@@ -56,7 +53,6 @@ export const contentId = "home";
5653 buttonUrl: createMailtoLink (" fr" , {
5754 recipients: {
5855 to: OWNER_ORGANIZATION_EMAIL ,
59- bcc: SUPPORT_EMAIL ,
6056 },
6157 template: bugReportTemplates ,
6258 subject: " Visualize Bug Report" ,
@@ -70,7 +66,6 @@ export const contentId = "home";
7066 buttonUrl: createMailtoLink (" fr" , {
7167 recipients: {
7268 to: OWNER_ORGANIZATION_EMAIL ,
73- bcc: SUPPORT_EMAIL ,
7469 },
7570 template: featureRequestTemplates ,
7671 subject: " Visualize Feature Request" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ import { newsletterTemplates } from "@/templates/email/newsletter";
44import { Divider } from " @mui/material" ;
55
66import { createMailtoLink } from " ../../../app/templates/email" ;
7- import {
8- OWNER_ORGANIZATION_EMAIL ,
9- SUPPORT_EMAIL ,
10- } from " ../../../app/templates/email/config" ;
7+ import { OWNER_ORGANIZATION_EMAIL } from " ../../../app/templates/email/config" ;
118
129export const contentId = " home" ;
1310
@@ -57,7 +54,6 @@ export const contentId = "home";
5754 buttonUrl: createMailtoLink (" it" , {
5855 recipients: {
5956 to: OWNER_ORGANIZATION_EMAIL ,
60- bcc: SUPPORT_EMAIL ,
6157 },
6258 template: bugReportTemplates ,
6359 subject: " Visualize Bug Report" ,
@@ -71,7 +67,6 @@ export const contentId = "home";
7167 buttonUrl: createMailtoLink (" it" , {
7268 recipients: {
7369 to: OWNER_ORGANIZATION_EMAIL ,
74- bcc: SUPPORT_EMAIL ,
7570 },
7671 template: featureRequestTemplates ,
7772 subject: " Visualize Feature Request" ,
You can’t perform that action at this time.
0 commit comments