Rmoved space
This commit is contained in:
parent
1f714718bb
commit
30d5370080
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue