Fix SMTP example doc

Signed-off-by: Andrei Zisu <matzipan@gmail.com>
pull/309/head
Andrei Zisu 2023-10-02 21:37:41 +02:00
parent e1b55340fa
commit 7aec5b8e78
1 changed files with 3 additions and 2 deletions

View File

@ -66,8 +66,9 @@
//! Date: Mon, 13 Jul 2020 09:02:15 +0300
//!
//! Prescriptions-R-X"#,
//! b"l15@example.com",
//! b"l10@example.com",
//! Some(&[
//! Address::try_from("foo-chat@example.com").unwrap(),
//! ]),
//! )).unwrap();
//! Ok(())
//! ```