mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
Ask for two content versions.
This commit is contained in:
parent
eaa8390e85
commit
50e660f82d
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ impl EmailClient {
|
|||
&self,
|
||||
recipient: SubscriberEmail,
|
||||
subject: &str,
|
||||
content: &str,
|
||||
html_content: &str,
|
||||
text_content: &str,
|
||||
) -> Result<(), String> {
|
||||
todo!()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue