@types/nodemailer 7.0.4 → 7.0.5

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.
nodemailer/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for nodemailer (https://github.com/nodema
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 18 Nov 2025 02:14:41 GMT
11
+ * Last updated: Sat, 10 Jan 2026 10:36:49 GMT
12
12
  * Dependencies: [@aws-sdk/client-sesv2](https://npmjs.com/package/@aws-sdk/client-sesv2), [@types/node](https://npmjs.com/package/@types/node)
13
13
 
14
14
  # Credits
@@ -97,7 +97,7 @@ declare namespace Mail {
97
97
 
98
98
  interface Options {
99
99
  /** The e-mail address of the sender. All e-mail addresses can be plain 'sender@server.com' or formatted 'Sender Name <sender@server.com>' */
100
- from?: string | Address | undefined;
100
+ from?: string | Address | Array<string | Address> | undefined;
101
101
  /** An e-mail address that will appear on the Sender: field */
102
102
  sender?: string | Address | undefined;
103
103
  /** Comma separated list or an array of recipients e-mail addresses that will appear on the To: field */
nodemailer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nodemailer",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "description": "TypeScript definitions for nodemailer",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",
6
6
  "license": "MIT",
@@ -34,6 +34,6 @@
34
34
  "@types/node": "*"
35
35
  },
36
36
  "peerDependencies": {},
37
- "typesPublisherContentHash": "1815a02f9f7b603566ee86fc019e666089dbec745130a4554896fc5c1e87ea03",
37
+ "typesPublisherContentHash": "dd5813a6744e65d6be765df0b25470c4d5bbc9b2278b6a3e9fdd968767074de5",
38
38
  "typeScriptVersion": "5.2"
39
39
  }