Hi,
I am trying to send an email after test failure using email-notify.
I am having an issue with authentication. email-notify suggests using basic authentication (username, password), but I have 2FA enabled, and basic authentication is not allowed in this case.
Is there a way to use API KEY to send an email instead of the basic authentication?