tencentcloud-sdk-ses 3.0.848 → 3.0.849
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/client.rb +0 -1
- data/lib/v20201002/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8070bd9f964522d1c0fccc0d930f8e618731c1
|
4
|
+
data.tar.gz: aca359e675d0e20c2ef61580bf933b456287f61a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aca1bfced755db26dab24ed21219e74c61934b71439e7713f04efe2cd1b049a636d4ac6a1703c19d3003aaf596b375a0ec2414e5e0a159eeebd849c2ba32221
|
7
|
+
data.tar.gz: a7ad496e2956b4107db473b701462e503316443ee840ac5f5fc866c9403559055c08680d9215eaf2fc423b988217add4a7faa7bc04a5884480b7539227e3ef59
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.849
|
data/lib/v20201002/client.rb
CHANGED
data/lib/v20201002/models.rb
CHANGED
@@ -1401,10 +1401,14 @@ module TencentCloud
|
|
1401
1401
|
# @type Unsubscribe: String
|
1402
1402
|
# @param TriggerType: 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
|
1403
1403
|
# @type TriggerType: Integer
|
1404
|
+
# @param SmtpMessageId: smtp头中的Message-Id字段
|
1405
|
+
# @type SmtpMessageId: String
|
1406
|
+
# @param SmtpHeaders: smtp头中可以设置的其它字段
|
1407
|
+
# @type SmtpHeaders: String
|
1404
1408
|
|
1405
|
-
attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType
|
1409
|
+
attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType, :SmtpMessageId, :SmtpHeaders
|
1406
1410
|
|
1407
|
-
def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil)
|
1411
|
+
def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil, smtpmessageid=nil, smtpheaders=nil)
|
1408
1412
|
@FromEmailAddress = fromemailaddress
|
1409
1413
|
@Destination = destination
|
1410
1414
|
@Subject = subject
|
@@ -1416,6 +1420,8 @@ module TencentCloud
|
|
1416
1420
|
@Attachments = attachments
|
1417
1421
|
@Unsubscribe = unsubscribe
|
1418
1422
|
@TriggerType = triggertype
|
1423
|
+
@SmtpMessageId = smtpmessageid
|
1424
|
+
@SmtpHeaders = smtpheaders
|
1419
1425
|
end
|
1420
1426
|
|
1421
1427
|
def deserialize(params)
|
@@ -1443,6 +1449,8 @@ module TencentCloud
|
|
1443
1449
|
end
|
1444
1450
|
@Unsubscribe = params['Unsubscribe']
|
1445
1451
|
@TriggerType = params['TriggerType']
|
1452
|
+
@SmtpMessageId = params['SmtpMessageId']
|
1453
|
+
@SmtpHeaders = params['SmtpHeaders']
|
1446
1454
|
end
|
1447
1455
|
end
|
1448
1456
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.849
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|