diff --git a/print/core/email.js b/print/core/email.js index 25d44df65..ab09eab98 100644 --- a/print/core/email.js +++ b/print/core/email.js @@ -19,7 +19,6 @@ class Email extends Component { return `../templates/email/${this.name}`; } - async getSubject() { if (!this.lang) await this.getLang(); const locale = this.locale.messages; @@ -81,6 +80,7 @@ class Email extends Component { const localeSubject = await this.getSubject(); const options = { to: this.args.recipient, + replyTo: this.args.replyTo, subject: localeSubject, html: rendered, attachments: attachments