keystone-email icon indicating copy to clipboard operation
keystone-email copied to clipboard

⚠️ Archived - Legacy email helper for KeystoneJS Apps

Results 28 keystone-email issues
Sort by recently updated
recently updated
newest added

I made this work using the example on the readme, but isn't working with a .hbs template. I installed the latest version of handlebars and express-handlebars. I'm using Keystone with...

question

In `processAddress.js`, there is a conditional to handle `data.name` being an object, and convert something like `{ first: 'My', last: 'Name' }` into simply `"My Name"`. I've tested this with...

bug

[`codeclimate-test-reporter`](https://github.com/codeclimate/javascript-test-reporter) is deprecated and includes some out of date dependencies. There are currently several moderate severity warnings for dev environments by way of the outdated `request` dependency: - https://nodesecurity.io/advisories/566 -...

Failing test on Node 10 via https://travis-ci.org/keystonejs/keystone-email/jobs/386955263 > 1) utils > get transport > should throw if no transport was found: > TypeError [ERR_AMBIGUOUS_ARGUMENT]: The "error/message" argument is ambiguous. The...

Hi, Can you give a quick demo / pseudo-code on how to render the email as html via url route in keystonejs for testing? Thanks Justin

Hi, I am having troubles making this helper work. I followed the instructions on [this page](https://github.com/keystonejs/keystone/blob/c4789388ef09d09f39585f68b2a6fc898b7da040/docs/guides/how-to-send-emails.md) but when I run `node mail` the console outputs nothing and no mail is...

To Fix Regular expression Denial of service

NB: This is a branch off #19. I've unified it so there is only one processAddress function. This has meant a bit of variance from either one individually: * An...