Is your feature request related to a problem?
Currently the email banner is hard coded
|
transporter.use("compile", hbs({ |
|
viewEngine: { |
|
partialsDir: path.join(__dirname, './views/'), |
|
defaultLayout: "" |
|
}, |
|
viewPath: path.join(__dirname, './views/'), |
|
extName: ".hbs" |
|
})); |
|
{ |
|
filename: emailbody, |
|
path: emailbody, |
|
cid: 'email_body' |
|
}, |
|
{ |
|
filename: 'opensearch_logo_darkmode.png', |
|
path: path.join(__dirname, './views/opensearch_logo_darkmode.png'), |
|
cid: 'opensearch_logo_darkmode' |
|
}, |
What solution would you like?
It would be useful if reporting-cli supports a way to config them.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem?
Currently the email banner is hard coded
reporting-cli/src/email-helpers.js
Lines 46 to 53 in 51f8869
reporting-cli/src/email-helpers.js
Lines 100 to 109 in 51f8869
What solution would you like?
It would be useful if reporting-cli supports a way to config them.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.