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,
|
&self,
|
||||||
recipient: SubscriberEmail,
|
recipient: SubscriberEmail,
|
||||||
subject: &str,
|
subject: &str,
|
||||||
content: &str,
|
html_content: &str,
|
||||||
|
text_content: &str,
|
||||||
) -> Result<(), String> {
|
) -> Result<(), String> {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue