- Adds [email protected] to versions of email, so it's compatible with Meteor 3.0 as well
- Excludes [email protected] from compatibility list
- Adds [email protected] to versions of email, so it's compatible with Meteor 3.0 as well
- Upgrades postmark dependency to latest (3.1.2)
skipped
- Adds a new setting
devModeOnlySubject
to log only the subject in dev mode
- Adds a new setting
devMode
to disable sending emails in development mode- This mode also doesn't throw errors when the keys are missing
- Exposes
createPostmarkClientAccount
to callnew postmark.AccountClient
accountApiToken
prop to configure account client- Exposes postmark account client (
getPostmarkClientAccount
) - Updates from
postmark
npm package from 2.7.7 to 3.0.15
- Exposes
createPostmarkClient
to callnew postmark.ServerClient
- Option to create postmark client (
postmarkClient
prop) tosendEmail
- Resting all params to
sendEmail
call
- Exposes postmark client (
getPostmarkClient
)
- Initial version.