Async/await support
let email = try! Email(from: EmailAddress(address: "[email protected]", name: "John Doe"),
to: [EmailAddress(address: "[email protected]", name: "Ben Doe")],
subject: "The subject (text)",
body: "This is email body.")
try await request.smtp.send(email)