Ask for two content versions.

This commit is contained in:
LukeMathWalker 2021-01-16 15:59:41 +00:00
parent eaa8390e85
commit 50e660f82d

View file

@ -18,7 +18,8 @@ impl EmailClient {
&self,
recipient: SubscriberEmail,
subject: &str,
content: &str,
html_content: &str,
text_content: &str,
) -> Result<(), String> {
todo!()
}