Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support custom email banner/image #66

Open
joshuali925 opened this issue Mar 1, 2024 · 1 comment
Open

[FEATURE] Support custom email banner/image #66

joshuali925 opened this issue Mar 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@joshuali925
Copy link
Member

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.

@joshuali925 joshuali925 added enhancement New feature or request untriaged labels Mar 1, 2024
@Swiddis Swiddis removed the untriaged label Mar 27, 2024
@Jerakin
Copy link

Jerakin commented Jun 17, 2024

I would love the banner image to be customizable (or removable), I would want a way to only send the image really.

The banner (and accompanying text) is huge, the (combined) height is about 500px which combined with the UI of the email software means that the actual important content starts maybe halfway down the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants