diff --git a/ghost/core/core/server/services/mega/mega.js b/ghost/core/core/server/services/mega/mega.js index 062252ed0f..a3616c2f1a 100644 --- a/ghost/core/core/server/services/mega/mega.js +++ b/ghost/core/core/server/services/mega/mega.js @@ -238,6 +238,8 @@ const addEmail = async (postModel, options) => { from: emailData.from, reply_to: emailData.replyTo, html: emailData.html, + source: emailData.html, + source_type: 'html', plaintext: emailData.plaintext, submitted_at: moment().toDate(), track_opens: !!settingsCache.get('email_track_opens'),