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

Legacy Formatted Email #110

Open
jhogan12-lab opened this issue Jun 20, 2023 · 1 comment
Open

Legacy Formatted Email #110

jhogan12-lab opened this issue Jun 20, 2023 · 1 comment

Comments

@jhogan12-lab
Copy link

Hello,

I am attempting to use the HTML email package in Seq. For some reason, we cannot get our certificates correct and are thrown a lot of errors no matter what host or port to which we point. So, we are using the Formatted Email, the old "version" of HTML email. This one works like a charm, but we would like to customize the email body. I've tried many mustache bracket combinations to no avail but my data shows up blank in my email. Would you be willing to provide the old version of the default body template? This would help me greatly. I've been looking online but cannot find it anywhere. If I had it, I could likely tweak it to fit our needs.

Thanks!

@nblumhardt
Copy link
Member

Hi! Thanks for your message. The old app dynamically created the template based on the incoming event:

string FormatDefaultBody(Event<LogEventData> evt)

Unfortunately this can't be reproduced via the BodyTemplate - forking the old app and rebuilding it would be the only way to tweak it I think.

Do you need a hand figuring out the certificate errors from the HTML email app? Feel free to shoot us some details via support@ if so.

Hope this helps,
Nick

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

No branches or pull requests

2 participants