We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c92af commit e3d9882Copy full SHA for e3d9882
src/domain/auth/auth/interfaces/email/client.py
@@ -29,13 +29,13 @@ async def send_email(
29
self,
30
recipient: str,
31
template_path: str,
32
- **params: dict,
+ confirm_url: str,
33
) -> None:
34
"""
35
:param recipient: email adress of an email receiver
36
:param template_path: HTML-template (taken from presentation layer)
37
full path & name & extension
38
- :param params: parameters to insert into template
+ :param confirm_url: URL for confirmation of an action
39
:raise SMTPConnectionError: when there is a problem with connection
40
beetwen the app and
41
:raise NotImplementedError: when called directly by abstract class instance
0 commit comments