Does Kratos show error message for email sending? ...
# talk-kratos
b
Does Kratos show error message for email sending? The fail log not appears when I set invalid smtp address and verify the account.
Copy code
api-kratos-1          | time=2023-01-11T16:06:28Z level=debug msg=Preparing verification code. address=test@test.com audience=application service_name=Ory Kratos service_version= via=email
api-kratos-1          | time=2023-01-11T16:06:29Z level=info msg=Sending out verification email with verification code. audience=audit email_address=test@test.com identity_id=adab1b6e-5639-4f8d-9f06-2fdb5ec21ec9 service_name=Ory Kratos service_version= verification_code_id=cd20f5c9-52ea-4a68-bade-2ef2da2342b2 verification_link_token=065018 via=email
b
It should show it. How are you running the Kratos process? Are you aware that you either need to run it with the parameter
--watch-courier
or run the courier as a standalone process?
b
I missed the parameter. Thank you