tencentcloud-sdk-nodejs-ses 4.1.15 → 4.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ses",
3
- "version": "4.1.15",
3
+ "version": "4.1.28",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1067,6 +1067,10 @@ export interface SendEmailRequest {
1067
1067
  * smtp头中可以设置的其它字段
1068
1068
  */
1069
1069
  SmtpHeaders?: string;
1070
+ /**
1071
+ * smtp头中的from字段,建议域名与FromEmailAddress保持一致
1072
+ */
1073
+ HeaderFrom?: string;
1070
1074
  }
1071
1075
  /**
1072
1076
  * ListBlackEmailAddress返回参数结构体