datalust / seq-app-digestemail

Batched HTML email integration
Apache License 2.0
2 stars 1 forks source link

Attaching current datetime to email subject #9

Closed stphnlwlsh closed 3 years ago

stphnlwlsh commented 3 years ago

Not quite sure how to implement this, but Gmail is making it very difficult by threading each email that comes out of the digest. I'd like to attach a datetime stamp to each subject, but can't quite figure out how to do that.

Anything out of the box with .NET handlebars that would accomplish this?

nblumhardt commented 3 years ago

Hi! Not tried, but, {{$Events.[0].$UtcTimestamp}} might do the trick? HTH!

stphnlwlsh commented 3 years ago

Missed your comment @nblumhardt. I'll give it a go tomorrow!

stphnlwlsh commented 3 years ago

@nblumhardt tried this out, but couldn't get it to work. I went a different direction on this and started using dashboard alerts instead which seem to work for us.