Skip to content

Commit 36dbd60

Browse files
committed
Restoring the Source parameter to the SES SendEmail command.
1 parent 7fd0c6c commit 36dbd60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ exports.processMessage = function(data) {
295295
exports.sendMessage = function(data) {
296296
var params = {
297297
Destination: { ToAddresses: data.recipients },
298+
Source: data.originalRecipient,
298299
Content: { Raw: { Data: Buffer.from(data.emailData) } },
299300
};
300301
data.log({

0 commit comments

Comments
 (0)