glennreyes / glennreyes/parse-server-postmark-adapter

Postmark Heroku Addon

Open
#1 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Is there a special trick to make it work on the heroku? I have the following and it doesn't send any emails to my new users:

```
.....
appName: process.env.APP_NAME,
publicServerURL: process.env.PUBLIC_SERVER_URL,
verifyUserEmails: true,
emailVerifyTokenValidityDuration: 2 * 60 * 60,
preventLoginWithUnverifiedEmail: true,
emailAdapter: PostmarkAdapter({
apiKey: process.env.POSTMARK_API_KEY,
fromAddress: process.env.SENDER_EMAIL,
})
.....
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.