Comparing version 1.2.8 to 1.2.9
@@ -89,3 +89,3 @@ "use strict"; | ||
let mailOptions = {}; | ||
mailOptions.from = sesParams.source; | ||
mailOptions.from = `${sesParams.sourceName} <${sesParams.source}>`; | ||
mailOptions.to = emailData.toAddresses.join(','); | ||
@@ -92,0 +92,0 @@ if (emailData.ccAddresses) |
{ | ||
"name": "idea-aws", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -81,3 +81,3 @@ import AWS = require('aws-sdk'); | ||
let mailOptions: any = {}; | ||
mailOptions.from = sesParams.source; | ||
mailOptions.from = `${sesParams.sourceName} <${sesParams.source}>`; | ||
mailOptions.to = emailData.toAddresses.join(','); | ||
@@ -84,0 +84,0 @@ if(emailData.ccAddresses) mailOptions.cc = emailData.ccAddresses.join(','); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3252166