Chris cc9b776eb7 docs: Fix links to plugin docs in readmes (#2590) 2 years ago
..
src 63e7e443bd Merge branch 'minor' into new-docs 2 years ago
templates 15f9b44fba fix(email-plugin): Correctly resolve urls for OrderLine featured assets 4 years ago
test-fixtures 00820675c9 feat(email-plugin): Allow attachments to be set on emails 5 years ago
test-templates 70cb93260e feat(email-plugin): Improve error logging 5 years ago
.gitignore d174f567c4 refactor: Rename plugins - remove "default" 6 years ago
.npmignore af60f52618 chore: Include correct files in packages 6 years ago
README.md cc9b776eb7 docs: Fix links to plugin docs in readmes (#2590) 2 years ago
dev-mailbox.html 5372561167 fix(email-plugin): Fix dev mailbox when trailing slash omitted 5 years ago
index.ts 0c30be226c feat(email-plugin): EmailSender now implements InjectableStrategy 3 years ago
package.json e5ecd1fac8 chore: Publish v2.1.5 2 years ago
tsconfig.build.json d174f567c4 refactor: Rename plugins - remove "default" 6 years ago
tsconfig.json 2061828873 feat: Preserve comments in compiled files 5 years ago
vitest.config.ts 8daa6b283d test: All unit tests passing with vitest 2 years ago

README.md

Vendure EmailPlugin

The EmailPlugin generates and sends emails based on Vendure server events.

npm install @vendure/email-plugin

For documentation, see docs.vendure.io/reference/core-plugins/email-plugin/