We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ca48d commit 2b7b0a4Copy full SHA for 2b7b0a4
README.md
@@ -25,8 +25,8 @@ pub fn main() {
25
26
// Create an email to send
27
let email = zeptomail.Email(
28
- from: [Addressee("Mike", "mike@example.com")],
29
- to: Addressee("Joe", "joe@example.com"),
+ from: Addressee("Mike", "mike@example.com"),
+ to: [Addressee("Joe", "joe@example.com")],
30
reply_to: [],
31
cc: [Addressee("Robert", "robert@example.com")],
32
bcc: [],
0 commit comments