Skip to content

[FEATURE] Support custom email banner/image #66

@joshuali925

Description

@joshuali925

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions