Skip to content

Commit

Permalink
Fixed custom subjects for mega emails
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Nov 4, 2019
1 parent 74f2145 commit fb88c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/services/mega.js
Expand Up @@ -4,7 +4,7 @@ const bulkEmailService = require('./bulk-email');

const sendEmail = async (post) => {
const emailTmpl = {
subject: post.email_subject || post.title,
subject: post.posts_meta.email_subject || post.title,
html: post.html
};

Expand Down

0 comments on commit fb88c54

Please sign in to comment.