We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610906c commit cf92a77Copy full SHA for cf92a77
services/notifications/src/simcore_service_notifications/modules/celery/_email_tasks.py
@@ -14,4 +14,4 @@ async def send_email(
14
) -> None:
15
# TODO: render email template with message and recipient details
16
# and send the email using an email service
17
- _logger.info(f"Sending email notification to {recipient.email}")
+ _logger.info(f"Sending email notification to {recipient.address}")
0 commit comments