|
1 | 1 | # Parse Server API Mail Adapter <!-- omit in toc --> |
2 | 2 |
|
3 | 3 | [](https://badge.fury.io/js/parse-server-api-mail-adapter) |
4 | | -[](https://github.com/mtrezza/parse-server-api-mail-adapter/actions?query=workflow%3Aci+branch%3Amain) |
5 | | -[](https://codecov.io/gh/mtrezza/parse-server-api-mail-adapter) |
6 | | -[](https://snyk.io/test/github/mtrezza/parse-server-api-mail-adapter) |
| 4 | +[](https://github.com/parse-community/parse-server-api-mail-adapter/actions?query=workflow%3Aci+branch%3Amain) |
| 5 | +[](https://codecov.io/gh/parse-community/parse-server-api-mail-adapter) |
| 6 | +[](https://snyk.io/test/github/parse-community/parse-server-api-mail-adapter) |
7 | 7 | [](https://libraries.io/npm/parse-server-api-mail-adapter) |
8 | 8 | [](https://www.npmjs.com/package/parse-server-api-mail-adapter) |
9 | 9 |
|
@@ -168,7 +168,7 @@ There are different files for different parts of the email: |
168 | 168 | - plain-text content (`textPath`) |
169 | 169 | - HTML content (`htmlPath`) |
170 | 170 |
|
171 | | -See the [templates](https://github.com/mtrezza/parse-server-api-mail-adapter/tree/main/spec/templates) for examples how placeholders can be used. |
| 171 | +See the [templates](https://github.com/parse-community/parse-server-api-mail-adapter/tree/main/spec/templates) for examples how placeholders can be used. |
172 | 172 |
|
173 | 173 | # Placeholders |
174 | 174 | Placeholders allow to dynamically insert text into the template content. The placeholder values are filled in according to the key-value definitions returned by the placeholder callback in the adapter configuration. |
@@ -312,4 +312,4 @@ const server = new ParseServer({ |
312 | 312 | # Need help? |
313 | 313 |
|
314 | 314 | - Ask on StackOverflow using the [parse-server](https://stackoverflow.com/questions/tagged/parse-server) tag. |
315 | | -- Search through existing [issues](https://github.com/mtrezza/parse-server-api-mail-adapter/issues) or open a new issue. |
| 315 | +- Search through existing [issues](https://github.com/parse-community/parse-server-api-mail-adapter/issues) or open a new issue. |
0 commit comments