tencentcloud-sdk-ses 3.0.1049 → 3.0.1050

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ae03b831be9149e6d1bd442f4540b111ce06f4c
4
- data.tar.gz: b8712b01d801489d2f2156340427da49947bbfe8
3
+ metadata.gz: 525cd0879b0e5a4ed87248d4d5ed86b2980fbe78
4
+ data.tar.gz: 31fca763c5c18b4691cbb43691b840e8edd7eacf
5
5
  SHA512:
6
- metadata.gz: 347752e4de5bc714984b3fc9aa61c4d5c88d714d82adcf63276df2c37c1742dd4ea811f6c50b14c2dbfe6e121587983d98ab9f2e721cafcab8265979df16619c
7
- data.tar.gz: 2fe2d68d0ce10bd1741438b63af671be5ba5612e16859a2d8256e71b7c396e79574fcc4d53084bb5dcf0c67b11599edbdcb3ab132d41283b227843b3bc5471f1
6
+ metadata.gz: a5cd955571dc97ec4021451174b998bdb420c2f455f11cd85a847d310abc2773b3a4483dc15f0c84e9b75500cc50a2b668221cbc78598b99985344aa2abec283
7
+ data.tar.gz: ebfce37394f035e428c91a1b47a005d1d6cfb40e8dd64973f82e53f394305d10eb67a1391105cc3afbea3d071e2770d9ef0395a1064e1b136c8d89d50c37d6f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1049
1
+ 3.0.1050
@@ -1664,10 +1664,12 @@ module TencentCloud
1664
1664
  # @type SmtpMessageId: String
1665
1665
  # @param SmtpHeaders: smtp头中可以设置的其它字段
1666
1666
  # @type SmtpHeaders: String
1667
+ # @param HeaderFrom: smtp头中的from字段,建议域名与FromEmailAddress保持一致
1668
+ # @type HeaderFrom: String
1667
1669
 
1668
- attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType, :SmtpMessageId, :SmtpHeaders
1670
+ attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType, :SmtpMessageId, :SmtpHeaders, :HeaderFrom
1669
1671
 
1670
- 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)
1672
+ 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, headerfrom=nil)
1671
1673
  @FromEmailAddress = fromemailaddress
1672
1674
  @Destination = destination
1673
1675
  @Subject = subject
@@ -1681,6 +1683,7 @@ module TencentCloud
1681
1683
  @TriggerType = triggertype
1682
1684
  @SmtpMessageId = smtpmessageid
1683
1685
  @SmtpHeaders = smtpheaders
1686
+ @HeaderFrom = headerfrom
1684
1687
  end
1685
1688
 
1686
1689
  def deserialize(params)
@@ -1710,6 +1713,7 @@ module TencentCloud
1710
1713
  @TriggerType = params['TriggerType']
1711
1714
  @SmtpMessageId = params['SmtpMessageId']
1712
1715
  @SmtpHeaders = params['SmtpHeaders']
1716
+ @HeaderFrom = params['HeaderFrom']
1713
1717
  end
1714
1718
  end
1715
1719
 
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.1049
4
+ version: 3.0.1050
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-27 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common