Skip to content
Snippets Groups Projects
Commit 221d4423 authored by Sebastian's avatar Sebastian
Browse files

feat(component-mail-service): fix require aws ses

parent 1c87fefd
No related branches found
No related tags found
No related merge requests found
{
"name": "pubsweet-components-aws-ses",
"name": "@pubsweet/component-aws-ses",
"version": "0.2.0",
"description": "xpub aws ses configured for faraday",
"license": "MIT",
......
......@@ -18,7 +18,7 @@
"peerDependencies": {
"@pubsweet/logger": "^0.0.1",
"pubsweet-server": "^1.0.1",
"@pubsweet/component-aws-ses": "^0.2.0"
"@pubsweet/component-aws-ses": "^0.1.0"
},
"publishConfig": {
"access": "public"
......
......@@ -8,7 +8,6 @@ const resetUrl = config.get('invite-reset-password.url')
module.exports = {
setupInviteEmail: async (email, emailType, token, comment = '') => {
console.log('asereke', emailType)
let subject
const htmlFile = readFile(`${__dirname}/templates/${emailType}.html`)
const textFile = readFile(`${__dirname}/templates/${emailType}.txt`)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment