We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd0c6c commit 36dbd60Copy full SHA for 36dbd60
index.js
@@ -295,6 +295,7 @@ exports.processMessage = function(data) {
295
exports.sendMessage = function(data) {
296
var params = {
297
Destination: { ToAddresses: data.recipients },
298
+ Source: data.originalRecipient,
299
Content: { Raw: { Data: Buffer.from(data.emailData) } },
300
};
301
data.log({
0 commit comments